Several minor adjustments

This commit is contained in:
topjohnwu 2018-12-24 18:23:33 +08:00
parent 31053e0cd0
commit 6c6eeb3f28
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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"