Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ereza committed Feb 19, 2020
1 parent 33bed14 commit e98590a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 11
versionName "2.3.0"
versionCode 12
versionName "2.3.1-SNAPSHOT"
}
}

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "cat.ereza.customactivityoncrash.sample"
minSdkVersion 14
targetSdkVersion 29
versionCode 11
versionName "2.3.0"
versionCode 12
versionName "2.3.1-SNAPSHOT"
}
buildTypes {
debug {
Expand Down

0 comments on commit e98590a

Please sign in to comment.