diff --git a/app/build.gradle b/app/build.gradle
index 7fdbd1c..6f1af48 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,12 +6,12 @@ plugins {
 
 android {
     namespace 'eu.ztsh.garmin'
-    compileSdk 31
+    compileSdk 34
 
     defaultConfig {
         applicationId "eu.ztsh.garmin"
         minSdk 29
-        targetSdk 31
+        targetSdk 34
         versionCode 1
         versionName "1.0"
 
@@ -36,6 +36,7 @@ android {
         viewBinding true
         buildConfig = true
     }
+    buildToolsVersion '35.0.0'
 }
 
 dependencies {