mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-01 22:19:18 +02:00
build: upgrade TARGET_SDK to 37 and update AGP to 9.2.0-alpha08 (#5089)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user