File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 11plugins {
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}
Original file line number Diff line number Diff line change 11# Tue Dec 06 13:44:19 CST 2022
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments