Skip to content

Commit

Permalink
Gradle plugin 7.4.2
Browse files Browse the repository at this point in the history
Build tools 33.0.2.
  • Loading branch information
pranavpandey committed Mar 11, 2023
1 parent 666ffa6 commit d8a76bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android:
components:
- tools
- platform-tools
- build-tools-33.0.1
- build-tools-33.0.2
- android-33
- extra-android-support
- extra-android-m2repository
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
'compileSdk': 33,
'minSdk' : 14,
'targetSdk' : 33,
'buildTools': '33.0.1',
'buildTools': '33.0.2',
'dynamic' : '4.4.7',
'gson' : '2.9.1',
'palette' : '1.0.0',
Expand All @@ -32,7 +32,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.1'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand Down

0 comments on commit d8a76bf

Please sign in to comment.