We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7e2c8 commit eb5b284Copy full SHA for eb5b284
.travis.yml
@@ -12,7 +12,7 @@ android:
12
- tools # to get the new `repository-11.xml`
13
- platform-tools
14
- tools # to install Android SDK tools 25.1.x (x = 6 right now)
15
- - build-tools-29.0.3
+ - build-tools-29.0.2
16
- android-29
17
- extra-google-m2repository
18
- extra-android-m2repository
app/build.gradle
@@ -15,8 +15,8 @@ android {
}
- dataBinding {
19
- enabled = true
+ buildFeatures {
+ dataBinding = true
20
21
22
defaultConfig {
0 commit comments