Bump version to 23.01.16 and build new APK/AAB

This commit is contained in:
2026-07-04 20:19:37 +02:00
parent 715b2679f1
commit cb3cb451db
10 changed files with 60 additions and 36 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "23.01.15"
versionCode 16
versionName "23.01.16"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}