diff --git a/README.md b/README.md index 23d099b..f13a903 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library allows launching a custom activity when the app crashes, instead of Add the following dependency to your build.gradle: ```gradle dependencies { - compile 'cat.ereza:customactivityoncrash:1.3.0' + compile 'cat.ereza:customactivityoncrash:1.4.0' } ``` diff --git a/gradle.properties b/gradle.properties index 0339240..0b308a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.3.1-SNAPSHOT +VERSION_NAME=1.4.0 VERSION_CODE=6 GROUP=cat.ereza diff --git a/library/build.gradle b/library/build.gradle index 6467dc3..53d1354 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -25,7 +25,7 @@ android { minSdkVersion 4 targetSdkVersion 23 versionCode 6 - versionName "1.3.1-SNAPSHOT" + versionName "1.4.0" } } diff --git a/sample/build.gradle b/sample/build.gradle index 0d57f5c..0a1d5f4 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -25,7 +25,7 @@ android { minSdkVersion 4 targetSdkVersion 23 versionCode 6 - versionName "1.3.1-SNAPSHOT" + versionName "1.4.0" } buildTypes { debug {