We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fad877 commit 1cb9e13Copy full SHA for 1cb9e13
.travis.yml
@@ -10,7 +10,7 @@ android:
10
components:
11
- tools
12
- platform-tools
13
- - build-tools-33.0.1
+ - build-tools-33.0.2
14
- android-33
15
- extra-android-support
16
- extra-android-m2repository
build.gradle
@@ -19,7 +19,7 @@ buildscript {
19
'compileSdk': 33,
20
'minSdk' : 14,
21
'targetSdk' : 33,
22
- 'buildTools': '33.0.1',
+ 'buildTools': '33.0.2',
23
'dynamic' : '4.4.7',
24
'preference': '1.1.1'
25
]
@@ -30,7 +30,7 @@ buildscript {
30
}
31
32
dependencies {
33
- classpath 'com.android.tools.build:gradle:7.4.1'
+ classpath 'com.android.tools.build:gradle:7.4.2'
34
35
36
0 commit comments