Skip to content

Commit

Permalink
v 0.99.03
Browse files Browse the repository at this point in the history
  • Loading branch information
SamouraiDev committed Jan 6, 2019
1 parent 15173dd commit 3efb558
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'com.samourai.wallet'
minSdkVersion 21
targetSdkVersion 26
versionCode 130
versionName "0.99.02"
versionCode 131
versionName "0.99.03"
// Enabling multidex support.
multiDexEnabled true
}
Expand Down Expand Up @@ -51,19 +51,19 @@ android {
applicationId 'com.samourai.wallet'
minSdkVersion 21
targetSdkVersion 26
versionCode 130
versionName "0.99.02"
versionCode 131
versionName "0.99.03"
resValue "string", "app_name", "Samourai"
resValue "string", "version_name", "0.99.02"
resValue "string", "version_name", "0.99.03"
}
staging {
applicationId 'com.samourai.wallet.staging'
minSdkVersion 21
targetSdkVersion 26
versionCode 130
versionName "0.99.02"
versionCode 131
versionName "0.99.03"
resValue "string", "app_name", "Samourai Staging"
resValue "string", "version_name", "0.99.02"
resValue "string", "version_name", "0.99.03"
}
}
testOptions {
Expand Down

0 comments on commit 3efb558

Please sign in to comment.