v0.55.2+129

This commit is contained in:
Johannes Klein committed 2024-11-29 15:18:17 +01:00
1 parent 5548410e35
commit 94a495ec36
5 files changed
+20 -10

No files matched your search

+2 -2
View File
@@ -111,8 +111,8 @@ android {
applicationId "org.inaturalist.iNaturalistMobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 128
versionName "0.55.1"
versionCode 129
versionName "0.55.2"
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
// Detox Android setup