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 f301ee0 commit def87d1Copy full SHA for def87d1
.travis.yml
@@ -10,8 +10,8 @@ android:
10
components:
11
- tools
12
- platform-tools
13
- - build-tools-34.0.0
14
- - android-34
+ - build-tools-35.0.0
+ - android-35
15
- extra-android-support
16
- extra-android-m2repository
17
- extra-google-m2repository
build.gradle
@@ -16,13 +16,13 @@
buildscript {
18
ext.versions = [
19
- 'compileSdk' : 34,
20
- 'minSdk' : 18,
21
- 'targetSdk' : 34,
22
- 'buildTools' : '34.0.0',
+ 'compileSdk' : 35,
+ 'minSdk' : 19,
+ 'targetSdk' : 35,
+ 'buildTools' : '35.0.0',
23
'constraintlayout': '2.1.4',
24
'dialogs' : '4.4.1',
25
- 'kotlin' : '1.8.22',
+ 'kotlin' : '1.9.24',
26
'viewpager2' : '1.0.0'
27
]
28
0 commit comments