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.
Dynamic utils 4.6.1.
Preference 1.2.1.
  • Loading branch information
pranavpandey committed Jul 24, 2024
1 parent b2789bb commit 84fb6a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
14 changes: 7 additions & 7 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' : 14,
'targetSdk' : 34,
'buildTools': '34.0.0',
'dynamic' : '4.5.1',
'kotlin' : '1.8.22',
'preference': '1.2.0'
'compileSdk': 35,
'minSdk' : 19,
'targetSdk' : 35,
'buildTools': '35.0.0',
'dynamic' : '4.6.1',
'kotlin' : '1.9.24',
'preference': '1.2.1'
]

repositories {
Expand Down

0 comments on commit 84fb6a3

Please sign in to comment.