raised version number

This commit is contained in:
badaix 2016-03-09 20:22:02 +01:00
parent 6cdf4c7e29
commit e6db035670
2 changed files with 13 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "de.badaix.snapcast"
minSdkVersion 16
targetSdkVersion 23
versionCode 2
versionName "0.5.0-beta-1"
versionCode 3
versionName "0.5.0-beta-2"
multiDexEnabled true
}
buildTypes {