Skip to content

Commit

Permalink
Target SDK 35
Browse files Browse the repository at this point in the history
Build tools 35.0.0.
  • Loading branch information
pranavpandey committed Jul 25, 2024
1 parent 96d78f4 commit 3372750
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android:
components:
- tools
- platform-tools
- build-tools-34.0.0
- android-34
- build-tools-35.0.0
- android-35
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

buildscript {
ext.versions = [
'compileSdk' : 34,
'compileSdk' : 35,
'minSdk' : 19,
'targetSdk' : 34,
'buildTools' : '34.0.0',
'targetSdk' : 35,
'buildTools' : '35.0.0',
'gmsAds' : '22.6.0',
'kotlin' : '1.8.22',
'kotlin' : '1.9.24',
'preferences': '2.3.1',
'support' : '6.3.0',
'ump' : '2.2.0'
Expand Down

0 comments on commit 3372750

Please sign in to comment.