multiple entries in gradle
This commit is contained in:
parent
2a8e2c8022
commit
68588e6f7d
2 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@ buildscript {
|
|||
lifecycle_version = '2.3.0'
|
||||
dagger_version = '2.31.2'
|
||||
coroutinesVersion = '1.3.7'
|
||||
activityVersion = '1.2.0-rc01'
|
||||
activityVersion = '1.2.0'
|
||||
fragmentktx_version = '1.3.0-rc01'
|
||||
ormLiteVersion = '4.46'
|
||||
nav_version = '2.3.2'
|
||||
|
|
|
@ -12,13 +12,12 @@ dependencies {
|
|||
api "androidx.preference:preference-ktx:$preferencektx_version"
|
||||
api 'androidx.biometric:biometric:1.1.0'
|
||||
api "androidx.browser:browser:1.3.0"
|
||||
api "androidx.activity:activity-ktx:${activityVersion}"
|
||||
api "androidx.activity:activity-ktx:$activityVersion"
|
||||
api "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
|
||||
api 'androidx.cardview:cardview:1.0.0'
|
||||
api 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
api 'androidx.gridlayout:gridlayout:1.0.0'
|
||||
api 'androidx.percentlayout:percentlayout:1.0.0'
|
||||
api 'androidx.activity:activity-ktx:1.2.0-rc01'
|
||||
api "com.google.android.material:material:$material_version"
|
||||
|
||||
api "com.google.dagger:dagger-android:$dagger_version"
|
||||
|
|
Loading…
Reference in a new issue