Skip to content

Commit

Permalink
RED-149 #time 15m Update dependencies + release the evrsion 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jul 21, 2017
1 parent 576358e commit c4c999b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ allprojects
repositories
{
jcenter()
maven
{
url "https://maven.google.com"
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "maven-publish"

ext
{
appCompatVersion="25.3.1"
appCompatVersion="25.4.0"
}

android
Expand All @@ -19,7 +19,7 @@ android
targetSdkVersion 25

versionCode 20
versionName "2.5.3.002-SNAPSHOT"
versionName "2.5.3"
}

buildTypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ boolean onBusinessObjectAvailableException(Activity activity, Object component,
boolean onException(boolean isRecoverable, Throwable throwable);

void reportIssueIfNecessary(boolean isRecoverable, final Throwable throwable);

}

/**
Expand Down

0 comments on commit c4c999b

Please sign in to comment.