Release new versions

This commit is contained in:
Lei Nelissen
2022-01-15 17:51:15 +01:00
parent 5d26a5395b
commit f9334c51a3
7 changed files with 23 additions and 15 deletions

View File

@@ -136,8 +136,8 @@ android {
applicationId "com.jellyfinaudioplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 4
versionName "0.2.3"
multiDexEnabled true
}
splits {