We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e721b commit 22d596fCopy full SHA for 22d596f
.travis.yml
@@ -11,8 +11,8 @@ android:
11
components:
12
- tools
13
- platform-tools
14
- - build-tools-28.0.3
15
- - android-28
+ - build-tools-29.0.1
+ - android-29
16
- extra-android-support
17
- extra-android-m2repository
18
- extra-google-m2repository
build.gradle
@@ -16,11 +16,11 @@
buildscript {
ext.versions = [
19
- 'compileSdk' : 28,
+ 'compileSdk' : 29,
20
'minSdk' : 18,
21
- 'targetSdk' : 28,
22
- 'buildTools' : '28.0.3',
23
- 'androidx' : '1.0.2',
+ 'targetSdk' : 29,
+ 'buildTools' : '29.0.1',
+ 'androidx' : '1.1.0-rc01',
24
'constraintlayout': '2.0.0-alpha3',
25
'kotlin' : '1.3.41'
26
]
0 commit comments