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 '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 @@
|
|||||||
<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"
|
||||||
|
Loading…
Reference in New Issue
Block a user