Skip to content

Commit

Permalink
Prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ereza committed Sep 21, 2015
1 parent da751b7 commit fde1677
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 4
targetSdkVersion 23
versionCode 6
versionName "1.3.1-SNAPSHOT"
versionName "1.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 4
targetSdkVersion 23
versionCode 6
versionName "1.3.1-SNAPSHOT"
versionName "1.4.0"
}
buildTypes {
debug {
Expand Down

0 comments on commit fde1677

Please sign in to comment.