Skip to content

Commit

Permalink
Update version code to 46 and release number to 1.5.1/2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfin committed Apr 30, 2019
1 parent d680112 commit 2d89c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minivmac/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
buildToolsVersion '28.0.3'

defaultConfig {
versionCode 45
versionCode 46

minSdkVersion 14
targetSdkVersion 28
Expand Down Expand Up @@ -36,7 +36,7 @@ android {
macPlus {
dimension 'machine'
applicationId 'name.osher.gil.minivmac'
versionName '1.5.0'
versionName '1.5.1'

ndk {
moduleName 'mnvmcoreplus'
Expand All @@ -46,7 +46,7 @@ android {
macII {
dimension 'machine'
applicationId 'ninja.gil.miniv.ii'
versionName '2.5.0'
versionName '2.5.1'

ndk {
moduleName 'mnvmcoreii'
Expand Down

0 comments on commit 2d89c71

Please sign in to comment.