Fix: check permission before media store query, Add: start of casting

This commit is contained in:
advplyr
2021-11-20 17:27:03 -06:00
parent f40e971b90
commit 6bb8dfeffa
10 changed files with 477 additions and 23 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 42
versionName "0.9.23-beta"
versionCode 43
versionName "0.9.24-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.