Skip to content

Commit def87d1

Browse files
committed
Target SDK 35 & Minimum SDK 19
Build tools 35.0.0.
1 parent f301ee0 commit def87d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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-34.0.0
14-
- android-34
13+
- build-tools-35.0.0
14+
- android-35
1515
- extra-android-support
1616
- extra-android-m2repository
1717
- extra-google-m2repository

build.gradle

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

1717
buildscript {
1818
ext.versions = [
19-
'compileSdk' : 34,
20-
'minSdk' : 18,
21-
'targetSdk' : 34,
22-
'buildTools' : '34.0.0',
19+
'compileSdk' : 35,
20+
'minSdk' : 19,
21+
'targetSdk' : 35,
22+
'buildTools' : '35.0.0',
2323
'constraintlayout': '2.1.4',
2424
'dialogs' : '4.4.1',
25-
'kotlin' : '1.8.22',
25+
'kotlin' : '1.9.24',
2626
'viewpager2' : '1.0.0'
2727
]
2828

0 commit comments

Comments
 (0)