Ver código fonte

code android ionic sdkVersion

tama 1 ano atrás
pai
commit
e15976a39f

+ 3 - 3
NexilisSampleCodeIonic-Android/android/variables.gradle

@@ -1,7 +1,7 @@
 ext {
-    minSdkVersion = 22
-    compileSdkVersion = 33
-    targetSdkVersion = 33
+    minSdkVersion = 23
+    compileSdkVersion = 34
+    targetSdkVersion = 34
     androidxActivityVersion = '1.7.0'
     androidxAppCompatVersion = '1.6.1'
     androidxCoordinatorLayoutVersion = '1.2.0'

+ 3 - 3
NexilisSampleCodeIonic-iOS/android/variables.gradle

@@ -1,7 +1,7 @@
 ext {
-    minSdkVersion = 22
-    compileSdkVersion = 33
-    targetSdkVersion = 33
+    minSdkVersion = 23
+    compileSdkVersion = 34
+    targetSdkVersion = 34
     androidxActivityVersion = '1.7.0'
     androidxAppCompatVersion = '1.6.1'
     androidxCoordinatorLayoutVersion = '1.2.0'