This commit is contained in:
Olivér Falvai 2022-04-17 11:09:10 +02:00
parent 4305b21ba8
commit 2c84f234a6
3 changed files with 7 additions and 4 deletions

View File

@ -45,6 +45,7 @@ ext.libs = [
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
],
androidx : [
'activity' : "androidx.activity:activity:1.2.4",
'appCompat' : "androidx.appcompat:appcompat:1.4.0",
'core' : "androidx.core:core-ktx:1.7.0",
'recyclerview' : "androidx.recyclerview:recyclerview:1.2.1",
@ -69,7 +70,9 @@ ext.libs = [
'testRules' : "androidx.test:rules:$androidxTest",
'espressoCore' : "androidx.test.espresso:espresso-core:$espresso",
'espressoContrib' : "androidx.test.espresso:espresso-contrib:$espresso",
'espressoIntents' : "androidx.test.espresso:espresso-intents:$espresso"
'espressoIntents' : "androidx.test.espresso:espresso-intents:$espresso",
'viewpager2' : "androidx.viewpager2:viewpager2:1.0.0",
'transition' : "androidx.transition:transition:1.2.0",
],
google : [
'material' : "com.google.android.material:material:1.5.0"

View File

@ -55,6 +55,6 @@ dependencies {
implementation libs.androidx.appCompat
implementation libs.androidx.recyclerview
api "androidx.viewpager2:viewpager2:1.0.0"
implementation "androidx.transition:transition:1.2.0"
api libs.androidx.viewpager2
implementation libs.androidx.transition
}

View File

@ -38,7 +38,7 @@ android {
}
dependencies {
implementation libs.androidx.appCompat
api libs.androidx.activity
implementation libs.androidx.exifinterface
implementation libs.androidx.core