File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ dependencies {
101
101
implementation " androidx.cardview:cardview:1.0.0"
102
102
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
103
103
implementation " androidx.exifinterface:exifinterface:1.0.0"
104
+ implementation " androidx.core:core-ktx:$CORE_KTX_VERSION "
104
105
105
106
// swipe_layout
106
107
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
22
22
DAGGER_VERSION =2.21
23
23
ROOM_VERSION =2.2.3
24
24
PREFERENCE_VERSION =1.1.0
25
+ CORE_KTX_VERSION =1.2.0
25
26
26
27
systemProp.http.proxyPort =0
27
28
systemProp.http.proxyHost =
28
29
android.useAndroidX =true
29
30
android.enableJetifier =true
30
- android.enableR8 =false
31
+ android.enableR8 =false
You can’t perform that action at this time.
0 commit comments