Fix AGP compatibility

This commit is contained in:
2026-03-02 14:52:42 -07:00
parent d1675643e5
commit effa429ae0
3 changed files with 2 additions and 4 deletions

View File

@@ -4,9 +4,7 @@ plugins {
android {
namespace = "com.example.petstoremobile"
compileSdk {
version = release(36)
}
compileSdk = 36
defaultConfig {
applicationId = "com.example.petstoremobile"

View File

@@ -1,5 +1,5 @@
[versions]
agp = "9.0.1"
agp = "8.9.1"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"

0
gradlew vendored Normal file → Executable file
View File