Fix: downloaded filename is different in android 10 #13

This commit is contained in:
advplyr
2021-10-16 10:08:13 -05:00
parent 993ff5341d
commit 6dbbfdbc04
4 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionName "0.9.4-beta"
versionCode 21
versionName "0.9.5-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.