Skip to content
New issue

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

Media Store sample need to update the dependency #312

Open
TestgNick opened this issue Mar 22, 2023 · 0 comments
Open

Media Store sample need to update the dependency #312

TestgNick opened this issue Mar 22, 2023 · 0 comments

Comments

@TestgNick
Copy link

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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@TestgNick and others