build: upgrade TARGET_SDK to 37 and update AGP to 9.2.0-alpha08 (#5089)

This commit is contained in:
James Rich
2026-04-12 12:42:58 -05:00
committed by GitHub
parent bc44af1597
commit ade314d503
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ VERSION_CODE_OFFSET=29314197
# Application and SDK versions
APPLICATION_ID=com.geeksville.mesh
MIN_SDK=26
TARGET_SDK=36
COMPILE_SDK=36
TARGET_SDK=37
COMPILE_SDK=37
# Base version name for local development and fallback
# On CI, this is overridden by the Git tag
+1 -1
View File
@@ -2,7 +2,7 @@
xmlutil = "0.91.3"
# Android
agp = "9.1.0"
agp = "9.2.0-alpha08"
appcompat = "1.7.1"
accompanist = "0.37.3"