Skip to content

Commit 1b615c2

Browse files
committed
Adjust versions for library
1 parent cee6e69 commit 1b615c2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

start/build.gradle

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
4-
android {
5-
compileSdkVersion 29
6-
buildToolsVersion "29.0.0"
74

5+
android {
6+
compileSdkVersion 28
7+
buildToolsVersion "28.0.3"
88

99
defaultConfig {
1010
applicationId "soup.codelab.darktheme"
1111
minSdkVersion 21
12-
targetSdkVersion 29
12+
targetSdkVersion 28
1313
versionCode 1
1414
versionName "1.0"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17-
1817
}
19-
2018
buildTypes {
2119
release {
2220
minifyEnabled false
2321
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2422
}
2523
}
26-
24+
dataBinding {
25+
enabled = true
26+
}
2727
}
2828

2929
dependencies {
@@ -32,6 +32,9 @@ dependencies {
3232
implementation 'androidx.appcompat:appcompat:1.0.2'
3333
implementation 'androidx.core:core-ktx:1.0.2'
3434
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'
3538
testImplementation 'junit:junit:4.12'
3639
androidTestImplementation 'androidx.test:runner:1.2.0'
3740
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)