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 { android {
namespace = "com.example.petstoremobile" namespace = "com.example.petstoremobile"
compileSdk { compileSdk = 36
version = release(36)
}
defaultConfig { defaultConfig {
applicationId = "com.example.petstoremobile" applicationId = "com.example.petstoremobile"

View File

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

0
gradlew vendored Normal file → Executable file
View File