Skip to content

Commit fd10fbe

Browse files
committed
feat: update android
1 parent 8578f1e commit fd10fbe

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

project/android/app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ android {
3131
defaultConfig {
3232
applicationId = "com.zeromake.onscripter"
3333
minSdk = 16
34+
//noinspection ExpiredTargetSdkVersion
35+
targetSdk = 24
3436
versionCode = 1
3537
versionName = "1.0.0"
3638
localVersionName?.let {

project/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.android.application") version "8.7.0" apply false
3-
id("com.android.library") version "8.7.0" apply false
2+
id("com.android.application") version "8.13.2" apply false
3+
id("com.android.library") version "8.13.2" apply false
44
// id("org.jetbrains.kotlin.android") version "1.7.22" apply false
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Dec 06 13:44:19 CST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)