Skip to content

Commit 22d596f

Browse files
committed
Target SDK 29
Build tools 29.0.1. AndroidX 1.1.0-rc01.
1 parent 41e721b commit 22d596f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android:
1111
components:
1212
- tools
1313
- platform-tools
14-
- build-tools-28.0.3
15-
- android-28
14+
- build-tools-29.0.1
15+
- android-29
1616
- extra-android-support
1717
- extra-android-m2repository
1818
- extra-google-m2repository

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
buildscript {
1818
ext.versions = [
19-
'compileSdk' : 28,
19+
'compileSdk' : 29,
2020
'minSdk' : 18,
21-
'targetSdk' : 28,
22-
'buildTools' : '28.0.3',
23-
'androidx' : '1.0.2',
21+
'targetSdk' : 29,
22+
'buildTools' : '29.0.1',
23+
'androidx' : '1.1.0-rc01',
2424
'constraintlayout': '2.0.0-alpha3',
2525
'kotlin' : '1.3.41'
2626
]

0 commit comments

Comments
 (0)