Merge pull request #146 from ultrasonic/develop

New 2.2.1 release
This commit is contained in:
Óscar García Amor 2018-01-23 22:01:53 +01:00 committed by GitHub
commit 1af66b5c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ enum class SubsonicAPIVersions(val subsonicVersions: String, val restApiVersion:
"1.8.0" -> return V1_8_0
"1.9.0" -> return V1_9_0
"1.10.2" -> return V1_10_2
"1.10.5" -> return V1_10_2 // Non standard version of Madsonic Server 5.1
"1.11.0" -> return V1_11_0
"1.12.0" -> return V1_12_0
"1.13.0" -> return V1_13_0

View File

@ -8,7 +8,7 @@ advancedVersioning {
nameOptions {
versionMajor 2
versionMinor 2
versionPatch 0
versionPatch 1
}
codeOptions {
versionCodeType org.moallemi.gradle.internal.VersionCodeType.AUTO_INCREMENT_ONE_STEP