mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build: upgrade TARGET_SDK to 37 and update AGP to 9.2.0-alpha08 (#5089)
This commit is contained in:
parent
bc44af1597
commit
ade314d503
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue