File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
- android {
5
- compileSdkVersion 29
6
- buildToolsVersion " 29.0.0"
7
4
5
+ android {
6
+ compileSdkVersion 28
7
+ buildToolsVersion " 28.0.3"
8
8
9
9
defaultConfig {
10
10
applicationId " soup.codelab.darktheme"
11
11
minSdkVersion 21
12
- targetSdkVersion 29
12
+ targetSdkVersion 28
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
-
18
17
}
19
-
20
18
buildTypes {
21
19
release {
22
20
minifyEnabled false
23
21
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
24
22
}
25
23
}
26
-
24
+ dataBinding {
25
+ enabled = true
26
+ }
27
27
}
28
28
29
29
dependencies {
@@ -32,6 +32,9 @@ dependencies {
32
32
implementation ' androidx.appcompat:appcompat:1.0.2'
33
33
implementation ' androidx.core:core-ktx:1.0.2'
34
34
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
35
+ implementation ' com.google.android.material:material:1.0.0'
36
+ implementation ' com.airbnb.android:lottie:3.0.7'
37
+ implementation ' com.jakewharton.timber:timber:4.7.1'
35
38
testImplementation ' junit:junit:4.12'
36
39
androidTestImplementation ' androidx.test:runner:1.2.0'
37
40
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments