File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ dependencies {
101101 implementation " androidx.cardview:cardview:1.0.0"
102102 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
103103 implementation " androidx.exifinterface:exifinterface:1.0.0"
104+ implementation " androidx.core:core-ktx:$CORE_KTX_VERSION "
104105
105106 // swipe_layout
106107 implementation ' com.daimajia.swipelayout:library:1.2.0@aar'
Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ LEAK_CANARY_VERSION=1.6.2
2222DAGGER_VERSION =2.21
2323ROOM_VERSION =2.2.3
2424PREFERENCE_VERSION =1.1.0
25+ CORE_KTX_VERSION =1.2.0
2526
2627systemProp.http.proxyPort =0
2728systemProp.http.proxyHost =
2829android.useAndroidX =true
2930android.enableJetifier =true
30- android.enableR8 =false
31+ android.enableR8 =false
You can’t perform that action at this time.
0 commit comments