Skip to content

Commit 07291e6

Browse files
committed
Target SDK 35 & Minimum SDK 19
Build tools 35.0.0.
1 parent 5b94c48 commit 07291e6

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,15 +16,15 @@
1616

1717
buildscript {
1818
ext.versions = [
19-
'compileSdk' : 34,
20-
'minSdk' : 14,
21-
'targetSdk' : 34,
22-
'buildTools' : '34.0.0',
19+
'compileSdk' : 35,
20+
'minSdk' : 19,
21+
'targetSdk' : 35,
22+
'buildTools' : '35.0.0',
2323
'multidex' : '2.0.1',
2424
'dynamic' : '4.5.1',
2525
'fragment' : '1.6.0',
2626
'flexbox' : '3.0.0',
27-
'kotlin' : '1.8.22',
27+
'kotlin' : '1.9.24',
2828
'locale' : '2.4.0',
2929
'material' : '1.11.0-alpha01',
3030
'preferences' : '2.3.1',

0 commit comments

Comments
 (0)