Skip to content

Commit

Permalink
v0.99.92
Browse files Browse the repository at this point in the history
  • Loading branch information
SamouraiDev committed Mar 24, 2020
1 parent 9281c93 commit cfcea01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'com.samourai.wallet'
minSdkVersion 21
targetSdkVersion 28
versionCode 159
versionName "0.99.91"
versionCode 160
versionName "0.99.92"
// Enabling multidex support.
multiDexEnabled true
}
Expand Down Expand Up @@ -52,8 +52,8 @@ android {
applicationId 'com.samourai.wallet'
minSdkVersion 21
targetSdkVersion 28
versionCode 159
versionName "0.99.91"
versionCode 160
versionName "0.99.92"
resValue "string", "app_name", "Samourai"
resValue "string", "version_name", "0.99.91"
}
Expand Down

0 comments on commit cfcea01

Please sign in to comment.