Skip to content

Commit

Permalink
Several minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 24, 2018
1 parent 31053e0 commit 6c6eeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c6eeb3

Please sign in to comment.