We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9281c93 commit cfcea01Copy full SHA for cfcea01
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId 'com.samourai.wallet'
10
minSdkVersion 21
11
targetSdkVersion 28
12
- versionCode 159
13
- versionName "0.99.91"
+ versionCode 160
+ versionName "0.99.92"
14
// Enabling multidex support.
15
multiDexEnabled true
16
}
@@ -52,8 +52,8 @@ android {
52
53
54
55
56
57
resValue "string", "app_name", "Samourai"
58
resValue "string", "version_name", "0.99.91"
59
0 commit comments