bump app versions

This commit is contained in:
Blake Kaufman
2026-02-19 11:23:44 -05:00
parent 604a327c0c
commit 29a85f6f94
2 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId "com.blitzwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 87
versionName "0.7.6"
versionCode 88
versionName "0.7.7"
// ndk {
// abiFilters 'arm64-v8a', 'x86_64', 'x86', 'armeabi-v7a'// Exclude riscv64
// }
File diff suppressed because one or more lines are too long