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 bc1bea7 commit 604a38fCopy full SHA for 604a38f
.travis.yml
@@ -10,8 +10,8 @@ android:
10
components:
11
- tools
12
- platform-tools
13
- - build-tools-30.0.3
14
- - android-30
+ - build-tools-32.0.0
+ - android-32
15
- extra-android-support
16
- extra-android-m2repository
17
- extra-google-m2repository
build.gradle
@@ -16,12 +16,12 @@
buildscript {
18
ext.versions = [
19
- 'compileSdk' : 30,
+ 'compileSdk' : 32,
20
'minSdk' : 18,
21
- 'targetSdk' : 30,
22
- 'buildTools' : '30.0.3',
+ 'targetSdk' : 32,
+ 'buildTools' : '32.0.0',
23
'appcompat' : '1.3.0',
24
- 'constraintlayout': '2.0.4',
+ 'constraintlayout': '2.1.4',
25
'kotlin' : '1.6.20',
26
'viewpager2' : '1.0.0'
27
]
0 commit comments