Skip to content

Commit 60f1c95

Browse files
authored
Merge pull request #4451 from element-hq/feature/bma/revertAgp
Revert agp to 8.8.1
2 parents d215b5c + aa6f556 commit 60f1c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
- name: Compile release sources
9191
if: ${{ matrix.variant == 'release' }}
92-
run: ./gradlew compileReleaseSources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
92+
run: ./gradlew bundleGplayRelease -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
9393
- name: Compile nightly sources
9494
if: ${{ matrix.variant == 'nightly' }}
9595
run: ./gradlew compileGplayNightlySources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[versions]
55
# Project
6-
android_gradle_plugin = "8.9.0"
6+
android_gradle_plugin = "8.8.1"
77
kotlin = "2.1.10"
88
kotlinpoet = "2.1.0"
99
ksp = "2.1.10-1.0.31"

0 commit comments

Comments
 (0)