|
@@ -1,12 +1,12 @@
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
buildscript {
|
|
buildscript {
|
|
|
ext {
|
|
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"
|
|
playServicesVersion = "17.0.0"
|
|
|
firebaseMessagingVersion = "21.1.0"
|
|
firebaseMessagingVersion = "21.1.0"
|
|
|
ndkVersion = "23.1.7779620"
|
|
ndkVersion = "23.1.7779620"
|
|
@@ -17,9 +17,9 @@ buildscript {
|
|
|
mavenCentral()
|
|
mavenCentral()
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
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("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")
|
|
classpath("com.facebook.react:react-native-gradle-plugin")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|