Skip to content

Commit

Permalink
Target SDK 33
Browse files Browse the repository at this point in the history
Build tools 33.0.0.
Dynamic utils 4.4.3.
  • Loading branch information
pranavpandey committed Jun 16, 2022
1 parent 4ae3d6d commit 8bcfc4b
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-32.0.0
- android-32
- build-tools-33.0.0
- android-33
- 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,11 +16,11 @@

buildscript {
ext.versions = [
'compileSdk': 32,
'compileSdk': 33,
'minSdk' : 14,
'targetSdk' : 32,
'buildTools': '32.0.0',
'dynamic' : '4.4.2',
'targetSdk' : 33,
'buildTools': '33.0.0',
'dynamic' : '4.4.3',
'preference': '1.1.1'
]

Expand Down

0 comments on commit 8bcfc4b

Please sign in to comment.