Skip to content

Commit

Permalink
Bump version to 5.2 buildnr 78.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy.norman committed Feb 19, 2018
1 parent 3d70881 commit de4aa9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.voipgrid.app"
minSdkVersion 16
targetSdkVersion 27
versionCode 77
versionCode 78
versionName "5.2"
multiDexEnabled true
flavorDimensions "default"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public interface AppVersions {

int v2_1_1 = 35;
int v4_0 = 50;
int v5_2 = 77; // Due to change when secure calling is released.
int v5_2 = 78;
}

0 comments on commit de4aa9e

Please sign in to comment.