bump version name to 0.4.39-1 for android

This commit is contained in:
Paul Miller
2023-12-04 15:16:39 -06:00
committed by Tony Giorgio
parent 22103e38a0
commit 36296271f4

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 40
versionName "0.4.39"
versionCode 41
versionName "0.4.39-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.