We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample works find with below configurations
ext { activity_ktx_version = '1.6.1' appcompat_version = '1.6.1' constraint_layout_version = '2.1.0' coroutines_version = '1.2.1' espresso_version = '3.4.0' glide_version = '4.12.0' gradleVersion = '3.4.2' junit_version = '4.13.2' kotlin_version = '1.7.21' material_version = '1.7.0' navigation_version = '2.1.0-beta02' recyclerview_version = '1.1.0-beta01' test_runner_version = '1.4.0' vectordrawable_version = '1.1.0' }
android { compileSdkVersion 33 buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } defaultConfig { applicationId "com.android.samples.mediastore" minSdkVersion 16 targetSdkVersion 33 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { dataBinding true } kotlinOptions { jvmTarget = "1.8" } namespace 'com.android.samples.mediastore' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sample works find with below configurations
ext {
activity_ktx_version = '1.6.1'
appcompat_version = '1.6.1'
constraint_layout_version = '2.1.0'
coroutines_version = '1.2.1'
espresso_version = '3.4.0'
glide_version = '4.12.0'
gradleVersion = '3.4.2'
junit_version = '4.13.2'
kotlin_version = '1.7.21'
material_version = '1.7.0'
navigation_version = '2.1.0-beta02'
recyclerview_version = '1.1.0-beta01'
test_runner_version = '1.4.0'
vectordrawable_version = '1.1.0'
}
android {
compileSdkVersion 33
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
defaultConfig {
applicationId "com.android.samples.mediastore"
minSdkVersion 16
targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
dataBinding true
}
kotlinOptions {
jvmTarget = "1.8"
}
namespace 'com.android.samples.mediastore'
}
The text was updated successfully, but these errors were encountered: