Several minor adjustments
This commit is contained in:
parent
31053e0cd0
commit
6c6eeb3f28
@ -84,7 +84,7 @@ dependencies {
|
||||
fullImplementation 'ru.noties:markwon:2.0.1'
|
||||
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')) {
|
||||
fullImplementation "com.jakewharton:butterknife-reflect:${butterKnifeVersion}"
|
||||
} else {
|
||||
|
@ -10,7 +10,8 @@
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:installLocation="internalOnly"
|
||||
android:allowBackup="true"
|
||||
android:directBootAware="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
Reference in New Issue
Block a user