Skip to content

Commit

Permalink
Upgrade AutoDispose and disable R8 to fix signed build
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Sep 4, 2018
1 parent 650204e commit 032e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext.androidx_version = '1.0.0-beta01'
ext.androidx_testrunner_version = '1.1.0-alpha3'
ext.autodispose_version = '0.5.1'
ext.autodispose_version = '0.7.0'
ext.conductor_version = '2.1.5'
ext.constraintlayout_version = '1.1.0'
ext.dagger_version = "2.16"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Expand Up @@ -15,6 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=false

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down

0 comments on commit 032e11c

Please sign in to comment.