Support AOSP API 34 and Google APIs

This commit is contained in:
ajp_anton
2026-06-22 22:05:36 +00:00
parent 465dec356d
commit c2ee5a5581
3 changed files with 206 additions and 69 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ android {
defaultConfig {
applicationId = "se.ajpanton.navbuttons"
minSdk = 35
minSdk = 34
targetSdk = 35
versionCode = project.findProperty("nbVersionCode")?.toString()?.toIntOrNull() ?: 1777070659
versionName = project.findProperty("nbVersionName")?.toString() ?: "0.3"