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 cb958b5 commit 8eee2daCopy full SHA for 8eee2da
.travis.yml
@@ -10,8 +10,8 @@ android:
10
components:
11
- tools
12
- platform-tools
13
- - build-tools-32.0.0
14
- - android-32
+ - build-tools-33.0.0
+ - android-33
15
- extra-android-support
16
- extra-android-m2repository
17
- extra-google-m2repository
build.gradle
@@ -16,13 +16,13 @@
buildscript {
18
ext.versions = [
19
- 'compileSdk' : 32,
+ 'compileSdk' : 33,
20
'minSdk' : 18,
21
- 'targetSdk' : 32,
22
- 'buildTools' : '32.0.0',
+ 'targetSdk' : 33,
+ 'buildTools' : '33.0.0',
23
'constraintlayout': '2.1.4',
24
'dialogs' : '4.2.1',
25
- 'kotlin' : '1.6.20',
+ 'kotlin' : '1.6.21',
26
'viewpager2' : '1.0.0'
27
]
28
0 commit comments