mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 21:08:50 +00:00
build.gradle: Update SDK Build Tools to 30.0.3.
This commit is contained in:
parent
70d69684e9
commit
a496ced89f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 'android-30'
|
compileSdkVersion 'android-30'
|
||||||
buildToolsVersion '29.0.3'
|
buildToolsVersion '30.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
generatedDensities = ['hdpi', 'xhdpi']
|
generatedDensities = ['hdpi', 'xhdpi']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue