Skip to content

Commit 721c1e1

Browse files
committed
将 compileSdk 从 35 降级到 34
1 parent a557d3d commit 721c1e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
android {
33

44
// 编译源码版本
5-
compileSdk 35
5+
compileSdk 34
66
defaultConfig {
77
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
8-
targetSdk 35
8+
targetSdk 34
99
versionCode 950
1010
versionName "9.5"
1111
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)