diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 3c6e929de..4b8de8254 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -61,6 +61,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation "androidx.preference:preference-ktx:1.1.1" + + // Markdown implementation "io.noties.markwon:core:4.6.2" implementation "io.noties.markwon:ext-strikethrough:4.6.2" @@ -143,7 +146,7 @@ android { buildConfigField "String", "TESTING_LEVEL", "\"production\"" resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW" - versionCode 2962 + versionCode 2964 versionName "3.3" } diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index 65ceb4ac7..6633311de 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -41,7 +41,6 @@ @style/PopupTheme @style/PopupTheme @style/PopupTheme - @style/PreferenceThemeOverlay.v14.Material @color/brand_400 @style/AlertDialogTheme false @@ -815,10 +814,6 @@ @null - -