Merge branch 'master' into android_download_rewrite

This commit is contained in:
Nicholas Wallace
2025-04-29 22:07:14 -07:00
17 changed files with 121 additions and 27 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 111
versionName "0.9.80-beta"
versionCode 112
versionName "0.9.81-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
"appAuthRedirectScheme": "com.audiobookshelf.app"
@@ -43,6 +43,7 @@ class InternalDownloadManager(
addHeader("Range", "bytes=$existingSize-") // Resume download
}
}
.addHeader("Accept-Encoding", "identity")
.build()
client.newCall(request)