mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 17:58:49 +00:00
build.gradle: update SDK Build Tools to 33.0.2
This commit is contained in:
parent
b25e8c14f8
commit
271659d914
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 'android-33'
|
compileSdkVersion 'android-33'
|
||||||
buildToolsVersion '33.0.0'
|
buildToolsVersion '33.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
generatedDensities = ['hdpi', 'xhdpi']
|
generatedDensities = ['hdpi', 'xhdpi']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue