Skip to content

Commit 0529901

Browse files
authored
Incremented version number. (#53)
Incremented version number in preparation for a tagged release.
1 parent 54f434d commit 0529901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.platypus.android.server"
3131
minSdkVersion 21
3232
targetSdkVersion 25
33-
versionCode 3
34-
versionName "1.3"
33+
versionCode 4
34+
versionName "1.4"
3535
playAccountConfig = playAccountConfigs.release
3636
}
3737
buildTypes {

0 commit comments

Comments
 (0)