vbea 2 rokov pred
rodič
commit
ff3ae7d4fd

+ 1 - 0
Strides-APP/android/app/build.gradle

@@ -148,6 +148,7 @@ android {
     ndkVersion rootProject.ext.ndkVersion
 
     compileSdkVersion rootProject.ext.compileSdkVersion
+    buildToolsVersion rootProject.ext.buildToolsVersion
 
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8

+ 3 - 3
Strides-APP/android/build.gradle

@@ -1,10 +1,10 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext {
-        buildToolsVersion = "31.0.0"
+        buildToolsVersion = "34.0.0"
         minSdkVersion = 21
-        compileSdkVersion = 31
-        targetSdkVersion = 31
+        compileSdkVersion = 34
+        targetSdkVersion = 34
         playServicesVersion = "17.0.0"
         firebaseMessagingVersion = "21.1.0"
         ndkVersion = "20.1.5948944"