Revert AGP to 8.8.x due to reported instability

This commit is contained in:
Chris Renshaw
2025-03-27 06:55:50 -03:00
committed by GitHub
parent 1a01e35862
commit d66260c3f6

View File

@@ -1,3 +1,3 @@
plugins {
id("com.android.application") version "8.9.1" apply false
id("com.android.application") version "8.8.2" apply false
}