Skip to content

Commit

Permalink
Prepare for version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Oct 15, 2018
1 parent bcd88f2 commit 82deaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

-dontwarn org.jetbrains.annotations.**
-dontwarn com.google.errorprone.annotations.*

-keepnames public interface com.uber.autodispose.lifecycle.CorrespondingEventsFunction { *; }
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.isPlay = project.hasProperty('play')

def versionMajor = 1
def versionMinor = 3
def versionMinor = 4
def versionBuild = 1

ext.versions = [
Expand Down

0 comments on commit 82deaf9

Please sign in to comment.