Fix id passed to delete prepared download

This commit is contained in:
Mark Cooper
2021-09-16 19:58:04 -05:00
parent b0ff028621
commit 8f758340bc
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "0.8.2-beta"
versionCode 12
versionName "0.8.3-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.