Fix: Login/logout socket connection issue #29

This commit is contained in:
advplyr
2021-11-07 15:20:16 -06:00
parent 65706a52fc
commit ba00acaef5
4 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 35
versionName "0.9.17-beta"
versionCode 36
versionName "0.9.18-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.