Bump version to 2.7.0

Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
Óscar García Amor 2020-03-23 17:24:39 +01:00
parent b5bbabf376
commit 26c9f72b5c
2 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,7 @@ enum class SubsonicAPIVersions(val subsonicVersions: String, val restApiVersion:
"1.14.0" -> return V1_14_0
"1.15.0" -> return V1_15_0
"1.16.0" -> return V1_16_0
"1.16.1" -> return V1_16_0 // Fast and dirty fix to Subsonic 6.1.4
else -> throw IllegalArgumentException("Unknown api version $apiVersion")
}
}

View File

@ -8,8 +8,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 69
versionName "2.6.0"
versionCode 72
versionName "2.7.0"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk