Update version code to 4

master v0.3.1
Max Ammann 2018-11-02 16:50:40 +01:00 committed by GitHub
parent 53cc698bd0
commit d5712e845a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "max.music_cyclon"
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.3.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7