Fix: Sync audiobook progress, fix: multiple socket connections getting established

This commit is contained in:
advplyr
2021-10-25 21:13:10 -05:00
parent aef09ebada
commit 4049596025
6 changed files with 134 additions and 47 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 25
versionName "0.9.9-beta"
versionCode 26
versionName "0.9.10-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.