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