Fix: add user token to single file download request #16

This commit is contained in:
advplyr 2021-10-25 05:42:46 -05:00
parent cd3277a5f9
commit aef09ebada
3 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24
versionName "0.9.8-beta"
versionCode 25
versionName "0.9.9-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.