Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ereza committed May 29, 2022
1 parent fe6a5eb commit 13829fd
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:2.3.0'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
ext {
PUBLISH_GROUP_ID = 'cat.ereza'
PUBLISH_ARTIFACT_ID = 'customactivityoncrash'
PUBLISH_VERSION = '2.4.0-SNAPSHOT'
PUBLISH_VERSION = '2.4.0'
}

apply from: "publish-mavencentral.gradle"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 16
targetSdkVersion 32
versionCode 12
versionName "2.4.0-SNAPSHOT"
versionName "2.4.0"
}
buildTypes {
debug {
Expand Down

0 comments on commit 13829fd

Please sign in to comment.