Support AOSP API 34 and Google APIs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user