Skip to content

Commit 1cb9e13

Browse files
committed
Gradle plugin 7.4.2
Build tools 33.0.2.
1 parent 3fad877 commit 1cb9e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android:
1010
components:
1111
- tools
1212
- platform-tools
13-
- build-tools-33.0.1
13+
- build-tools-33.0.2
1414
- android-33
1515
- extra-android-support
1616
- extra-android-m2repository

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
'compileSdk': 33,
2020
'minSdk' : 14,
2121
'targetSdk' : 33,
22-
'buildTools': '33.0.1',
22+
'buildTools': '33.0.2',
2323
'dynamic' : '4.4.7',
2424
'preference': '1.1.1'
2525
]
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131

3232
dependencies {
33-
classpath 'com.android.tools.build:gradle:7.4.1'
33+
classpath 'com.android.tools.build:gradle:7.4.2'
3434
}
3535
}
3636

0 commit comments

Comments
 (0)