feat: Target SDK update

This commit is contained in:
Piotr Dec 2024-07-14 22:48:36 +02:00
parent de1ebe39a5
commit 930652d8be
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -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 {