Skip to content

Commit eb5b284

Browse files
committed
Fix ci config
1 parent 6c7e2c8 commit eb5b284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android:
1212
- tools # to get the new `repository-11.xml`
1313
- platform-tools
1414
- tools # to install Android SDK tools 25.1.x (x = 6 right now)
15-
- build-tools-29.0.3
15+
- build-tools-29.0.2
1616
- android-29
1717
- extra-google-m2repository
1818
- extra-android-m2repository

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
}
1616
}
1717

18-
dataBinding {
19-
enabled = true
18+
buildFeatures {
19+
dataBinding = true
2020
}
2121

2222
defaultConfig {

0 commit comments

Comments
 (0)