chore: Release v1.2.7

This commit is contained in:
Lei Nelissen
2022-08-14 00:49:48 +02:00
parent 5b54760e4e
commit 8e0809bcdc
6 changed files with 11 additions and 11 deletions

View File

@@ -138,8 +138,8 @@ android {
applicationId "com.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "1.2.6"
versionCode 11
versionName "1.2.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {