Skip to content

Commit 604a38f

Browse files
committed
Target SDK 32
Build tools 32.0.0. Constraint layout 2.1.4.
1 parent bc1bea7 commit 604a38f

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
@@ -10,8 +10,8 @@ android:
1010
components:
1111
- tools
1212
- platform-tools
13-
- build-tools-30.0.3
14-
- android-30
13+
- build-tools-32.0.0
14+
- android-32
1515
- extra-android-support
1616
- extra-android-m2repository
1717
- extra-google-m2repository

build.gradle

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

1717
buildscript {
1818
ext.versions = [
19-
'compileSdk' : 30,
19+
'compileSdk' : 32,
2020
'minSdk' : 18,
21-
'targetSdk' : 30,
22-
'buildTools' : '30.0.3',
21+
'targetSdk' : 32,
22+
'buildTools' : '32.0.0',
2323
'appcompat' : '1.3.0',
24-
'constraintlayout': '2.0.4',
24+
'constraintlayout': '2.1.4',
2525
'kotlin' : '1.6.20',
2626
'viewpager2' : '1.0.0'
2727
]

0 commit comments

Comments
 (0)