Cleanup
This commit is contained in:
parent
4305b21ba8
commit
2c84f234a6
@ -45,6 +45,7 @@ ext.libs = [
|
|||||||
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
|
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
|
||||||
],
|
],
|
||||||
androidx : [
|
androidx : [
|
||||||
|
'activity' : "androidx.activity:activity:1.2.4",
|
||||||
'appCompat' : "androidx.appcompat:appcompat:1.4.0",
|
'appCompat' : "androidx.appcompat:appcompat:1.4.0",
|
||||||
'core' : "androidx.core:core-ktx:1.7.0",
|
'core' : "androidx.core:core-ktx:1.7.0",
|
||||||
'recyclerview' : "androidx.recyclerview:recyclerview:1.2.1",
|
'recyclerview' : "androidx.recyclerview:recyclerview:1.2.1",
|
||||||
@ -69,7 +70,9 @@ ext.libs = [
|
|||||||
'testRules' : "androidx.test:rules:$androidxTest",
|
'testRules' : "androidx.test:rules:$androidxTest",
|
||||||
'espressoCore' : "androidx.test.espresso:espresso-core:$espresso",
|
'espressoCore' : "androidx.test.espresso:espresso-core:$espresso",
|
||||||
'espressoContrib' : "androidx.test.espresso:espresso-contrib:$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 : [
|
google : [
|
||||||
'material' : "com.google.android.material:material:1.5.0"
|
'material' : "com.google.android.material:material:1.5.0"
|
||||||
|
@ -55,6 +55,6 @@ dependencies {
|
|||||||
implementation libs.androidx.appCompat
|
implementation libs.androidx.appCompat
|
||||||
implementation libs.androidx.recyclerview
|
implementation libs.androidx.recyclerview
|
||||||
|
|
||||||
api "androidx.viewpager2:viewpager2:1.0.0"
|
api libs.androidx.viewpager2
|
||||||
implementation "androidx.transition:transition:1.2.0"
|
implementation libs.androidx.transition
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.androidx.appCompat
|
api libs.androidx.activity
|
||||||
implementation libs.androidx.exifinterface
|
implementation libs.androidx.exifinterface
|
||||||
implementation libs.androidx.core
|
implementation libs.androidx.core
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user