Skip to content

Commit

Permalink
Target SDK 34
Browse files Browse the repository at this point in the history
Build tools 34.0.0.
  • Loading branch information
pranavpandey committed Jun 15, 2023
1 parent 93d5a97 commit 9492c67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: android
jdk: oraclejdk11
jdk: oraclejdk17

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
Expand All @@ -10,8 +10,8 @@ android:
components:
- tools
- platform-tools
- build-tools-33.0.2
- android-33
- build-tools-34.0.0
- android-34
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

buildscript {
ext.versions = [
'compileSdk': 33,
'compileSdk': 34,
'minSdk' : 16,
'targetSdk' : 33,
'buildTools': '33.0.2',
'targetSdk' : 34,
'buildTools': '34.0.0',
'dynamic' : '4.4.8',
'gmsAds' : '20.6.0',
'support' : '6.2.1',
Expand Down

0 comments on commit 9492c67

Please sign in to comment.