Skip to content

Commit 8eee2da

Browse files
committed
Target SDK 33
Kotlin 1.6.21. Build tools 33.0.0.
1 parent cb958b5 commit 8eee2da

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-32.0.0
14-
- android-32
13+
- build-tools-33.0.0
14+
- android-33
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,13 +16,13 @@
1616

1717
buildscript {
1818
ext.versions = [
19-
'compileSdk' : 32,
19+
'compileSdk' : 33,
2020
'minSdk' : 18,
21-
'targetSdk' : 32,
22-
'buildTools' : '32.0.0',
21+
'targetSdk' : 33,
22+
'buildTools' : '33.0.0',
2323
'constraintlayout': '2.1.4',
2424
'dialogs' : '4.2.1',
25-
'kotlin' : '1.6.20',
25+
'kotlin' : '1.6.21',
2626
'viewpager2' : '1.0.0'
2727
]
2828

0 commit comments

Comments
 (0)