mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 15:58:49 +00:00
build.gradle: update SDK Build Tools to 35.0.0
This commit is contained in:
parent
e66388c60d
commit
558e1a6cc4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 'android-34'
|
compileSdkVersion 'android-34'
|
||||||
buildToolsVersion '34.0.0'
|
buildToolsVersion '35.0.0'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
generatedDensities = ['hdpi', 'xhdpi']
|
generatedDensities = ['hdpi', 'xhdpi']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue