feat(deps): upgrade to AGP 8.0.0
This commit is contained in:
parent
b128c1803c
commit
f2f5a58a81
3 changed files with 1 additions and 8 deletions
4
.github/workflows/shadow_job.yml
vendored
4
.github/workflows/shadow_job.yml
vendored
|
@ -47,10 +47,6 @@ jobs:
|
|||
- name: Copy CI gradle.properties
|
||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Workaround AGP 8.x deprecations
|
||||
if: startsWith(matrix.agp-version, '8.')
|
||||
run: sed -i 's/android.disableAutomaticComponentCreation=true//' gradle.properties
|
||||
|
||||
- name: Run checks
|
||||
uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1
|
||||
env:
|
||||
|
|
|
@ -53,9 +53,6 @@ android.enableResourceOptimizations=true
|
|||
# Compatibility with Gradle 8.0
|
||||
android.experimental.legacyTransform.forceNonIncremental=true
|
||||
|
||||
# Opt into new publishing APIs
|
||||
android.disableAutomaticComponentCreation=true
|
||||
|
||||
# Default Android build features
|
||||
android.defaults.buildfeatures.buildconfig=false
|
||||
android.defaults.buildfeatures.aidl=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
agp = "7.4.2"
|
||||
agp = "8.0.0"
|
||||
androidxActivity = "1.7.0"
|
||||
bouncycastle = "1.73"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
|
|
Loading…
Reference in a new issue