Skip to content

Commit

Permalink
Enable R8
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Mar 21, 2019
1 parent 3e1e5de commit 5082e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx1536m
android.enableD8=true
android.useAndroidX=true
android.enableJetifier=true
#android.enableR8=true
#android.debug.obsoleteApi=true
android.enableR8=true
android.debug.obsoleteApi=true
2 changes: 1 addition & 1 deletion xkcd/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:extractNativeLibs="true"
tools:replace="android:extractNativeLibs"
android:theme="@style/AppNoBarFontTheme"
tools:ignore="AllowBackup,GoogleAppIndexingWarning,UnusedAttribute">
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
<activity
android:name="xyz.jienan.xkcd.home.MainActivity"
android:configChanges="screenSize|keyboardHidden"
Expand Down

0 comments on commit 5082e7f

Please sign in to comment.