We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a557d3d commit 721c1e1Copy full SHA for 721c1e1
common.gradle
@@ -2,10 +2,10 @@
2
android {
3
4
// 编译源码版本
5
- compileSdk 35
+ compileSdk 34
6
defaultConfig {
7
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
8
- targetSdk 35
+ targetSdk 34
9
versionCode 950
10
versionName "9.5"
11
}
gradle.properties
@@ -23,5 +23,5 @@ android.enableJetifier = true
23
24
# Compilation failed while handling compileSdk 35
25
# 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
+#android.aapt2Version=8.6.1-11315950
+#android.suppressUnsupportedCompileSdk=35
0 commit comments