mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 14:17:19 +02:00
Merge branch 'master' into android_download_rewrite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user