feat: Target SDK update
This commit is contained in:
parent
de1ebe39a5
commit
930652d8be
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,12 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'eu.ztsh.garmin'
|
namespace 'eu.ztsh.garmin'
|
||||||
compileSdk 31
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "eu.ztsh.garmin"
|
applicationId "eu.ztsh.garmin"
|
||||||
minSdk 29
|
minSdk 29
|
||||||
targetSdk 31
|
targetSdk 34
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ android {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
buildConfig = true
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
buildToolsVersion '35.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue