bump app version

This commit is contained in:
Blake Kaufman
2026-04-07 08:15:20 -04:00
parent 5efcbc09ad
commit f3604618cb
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId "com.blitzwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 95
versionName "0.7.8"
versionCode 96
versionName "0.7.9"
ndk {
abiFilters 'arm64-v8a', 'x86_64', 'x86', 'armeabi-v7a'// Exclude riscv64
}