File tree Expand file tree Collapse file tree 5 files changed +4
-9
lines changed
Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ android {
3434 }
3535 }
3636
37- namespace ' com.hjq.permissions.demo'
38-
3937 applicationVariants. configureEach { variant ->
4038 // apk 输出文件名配置
4139 variant. outputs. configureEach { output ->
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
4- id ' maven-publish'
54}
65
76tasks. register(' clean' , Delete ) {
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919# Compilation failed while handling compileSdk 35
2020# https://stackoverflow.com/questions/78678063/android-15-update-compilesdk-android-35-cause-an-error-res-table-type-type-e
21- # android.aapt2Version=8.6.1-11315950
22- # android.suppressUnsupportedCompileSdk=35
21+ android.aapt2Version =8.6.1-11315950
22+ 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 @@ -13,8 +13,6 @@ android {
1313 abortOnError false
1414 }
1515
16- namespace ' com.hjq.permissions'
17-
1816 android. libraryVariants. configureEach { variant ->
1917 // aar 输出文件名配置
2018 variant. outputs. configureEach { output ->
You can’t perform that action at this time.
0 commit comments