Commit 6c6eeb3f authored by topjohnwu's avatar topjohnwu

Several minor adjustments

parent 31053e0c
...@@ -84,7 +84,7 @@ dependencies { ...@@ -84,7 +84,7 @@ dependencies {
fullImplementation 'ru.noties:markwon:2.0.1' fullImplementation 'ru.noties:markwon:2.0.1'
fullImplementation 'com.caverock:androidsvg-aar:1.3' fullImplementation 'com.caverock:androidsvg-aar:1.3'
def butterKnifeVersion = '9.0.0-rc2' def butterKnifeVersion = '9.0.0-rc3'
if (properties.containsKey('android.injected.invoked.from.ide')) { if (properties.containsKey('android.injected.invoked.from.ide')) {
fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}" fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}"
} else { } else {
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<application <application
android:allowBackup="false" android:installLocation="internalOnly"
android:allowBackup="true"
android:directBootAware="true" android:directBootAware="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment