Update versionName, versionCode and iOS plist 1.2402.23

This commit is contained in:
bl00dymarie
2024-02-23 17:02:57 +01:00
parent 4be8f1aa4e
commit 7ca8d3c611
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.2402.15"
versionCode 29
versionName "1.2402.23"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}