Add: Android auto first attempt

This commit is contained in:
advplyr
2021-11-11 20:38:51 -06:00
parent 52e3ea0a99
commit bf8e48fd27
17 changed files with 634 additions and 193 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 37
versionName "0.9.18-beta"
versionCode 38
versionName "0.9.19-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.