Skip to content

Commit

Permalink
Target SDK 35 & Minimum SDK 19
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 f301ee0 commit def87d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

buildscript {
ext.versions = [
'compileSdk' : 34,
'minSdk' : 18,
'targetSdk' : 34,
'buildTools' : '34.0.0',
'compileSdk' : 35,
'minSdk' : 19,
'targetSdk' : 35,
'buildTools' : '35.0.0',
'constraintlayout': '2.1.4',
'dialogs' : '4.4.1',
'kotlin' : '1.8.22',
'kotlin' : '1.9.24',
'viewpager2' : '1.0.0'
]

Expand Down

0 comments on commit def87d1

Please sign in to comment.