We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773412f commit 0d6a79eCopy full SHA for 0d6a79e
app/build.gradle
@@ -101,6 +101,7 @@ dependencies {
101
implementation "androidx.cardview:cardview:1.0.0"
102
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
103
implementation "androidx.exifinterface:exifinterface:1.0.0"
104
+ implementation "androidx.core:core-ktx:$CORE_KTX_VERSION"
105
106
//swipe_layout
107
implementation 'com.daimajia.swipelayout:library:1.2.0@aar'
gradle.properties
@@ -22,9 +22,10 @@ LEAK_CANARY_VERSION=1.6.2
22
DAGGER_VERSION=2.21
23
ROOM_VERSION=2.2.3
24
PREFERENCE_VERSION=1.1.0
25
+CORE_KTX_VERSION=1.2.0
26
27
systemProp.http.proxyPort=0
28
systemProp.http.proxyHost=
29
android.useAndroidX=true
30
android.enableJetifier=true
-android.enableR8=false
31
+android.enableR8=false
0 commit comments