Fix:Sleep timer shake to wake up to work when screen is locked

This commit is contained in:
advplyr
2021-11-27 13:35:21 -06:00
parent a7de535123
commit dc8b57f8cf
4 changed files with 82 additions and 54 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 48
versionName "0.9.29-beta"
versionCode 49
versionName "0.9.30-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.