File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ apply from : '../common.gradle'
44
55android {
66
7- namespace ' com.hjq.language.demo'
8-
97 defaultConfig {
108 applicationId " com.hjq.language.demo"
119 minSdkVersion 16
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.application' version ' 8.4.2 ' apply false
2+ id ' com.android.application' version ' 7.1.0 ' apply false
33 id ' org.jetbrains.kotlin.android' version ' 1.6.21' apply false
44}
55
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ android.enableJetifier = true
2323
2424# Compilation failed while handling compileSdk 35
2525# https://stackoverflow.com/questions/78678063/android-15-update-compilesdk-android-35-cause-an-error-res-table-type-type-e
26- # android.aapt2Version=8.6.1-11315950
27- # android.suppressUnsupportedCompileSdk=35
26+ android.aapt2Version =8.6.1-11315950
27+ android.suppressUnsupportedCompileSdk =35
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ zipStoreBase = GRADLE_USER_HOME
22zipStorePath = wrapper/dists
33distributionBase = GRADLE_USER_HOME
44distributionPath = wrapper/dists
5- distributionUrl = https\://services.gradle.org/distributions/gradle-8.6-bin .zip
5+ distributionUrl = https\://services.gradle.org/distributions/gradle-7.4-all .zip
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ apply from : '../common.gradle'
33
44android {
55
6- namespace ' com.hjq.language'
7-
86 defaultConfig {
97 minSdkVersion 14
108 }
You can’t perform that action at this time.
0 commit comments