Skip to content

Commit 0d6a79e

Browse files
authored
#3630 [Library Discussion] Core-ktx (#3660)
1 parent 773412f commit 0d6a79e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff 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'

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ LEAK_CANARY_VERSION=1.6.2
2222
DAGGER_VERSION=2.21
2323
ROOM_VERSION=2.2.3
2424
PREFERENCE_VERSION=1.1.0
25+
CORE_KTX_VERSION=1.2.0
2526

2627
systemProp.http.proxyPort=0
2728
systemProp.http.proxyHost=
2829
android.useAndroidX=true
2930
android.enableJetifier=true
30-
android.enableR8=false
31+
android.enableR8=false

0 commit comments

Comments
 (0)