diff --git a/android/app/build.gradle b/android/app/build.gradle
index 618d0ac8..acee43f6 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -36,6 +36,9 @@ android {
versionCode 97
versionName "0.9.66-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ manifestPlaceholders = [
+ "appAuthRedirectScheme": "com.audiobookshelf.app"
+ ]
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle
index 0b3b2509..5f72c9ea 100644
--- a/android/app/capacitor.build.gradle
+++ b/android/app/capacitor.build.gradle
@@ -2,13 +2,14 @@
android {
compileOptions {
- sourceCompatibility JavaVersion.VERSION_11
- targetCompatibility JavaVersion.VERSION_11
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
+ implementation project(':byteowls-capacitor-oauth2')
implementation project(':capacitor-app')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-dialog')
diff --git a/android/app/src/debug/res/values/strings.xml b/android/app/src/debug/res/values/strings.xml
new file mode 100644
index 00000000..ddb4bf3d
--- /dev/null
+++ b/android/app/src/debug/res/values/strings.xml
@@ -0,0 +1,14 @@
+
+