Преглед на файлове

Upgrade the Android SDK to Level 35
https://dev.wormwood.com.sg/zentao/task-view-781.html

wudebin преди 10 месеца
родител
ревизия
c0d5ec6da2
променени са 1 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 8 8
      Strides-APP/android/build.gradle

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

@@ -1,12 +1,12 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext {
-        versionName = "3.3.3" //★★★★★版本号★★★★★
-        buildToolsVersion = "34.0.0"
-        minSdkVersion = 23
-        compileSdkVersion = 34
-        targetSdkVersion = 34
-        kotlinVersion = "1.6.21"
+        versionName = "3.5.0" //★★★★★版本号★★★★★
+        buildToolsVersion = "35.0.1"
+        minSdkVersion = 24
+        compileSdkVersion = 35
+        targetSdkVersion = 35
+        kotlinVersion = "1.7.22"
         playServicesVersion = "17.0.0"
         firebaseMessagingVersion = "21.1.0"
         ndkVersion = "23.1.7779620"
@@ -17,9 +17,9 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath("com.android.tools.build:gradle:7.4.2")
+        classpath("com.android.tools.build:gradle:8.0.0")
         classpath("com.google.gms:google-services:4.3.15")
-        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
+        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
         classpath("com.facebook.react:react-native-gradle-plugin")
     }
 }