Skip to content

Commit

Permalink
Release 0.5 - update versions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strooooke committed Sep 4, 2019
1 parent a0db33c commit 56a07df
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 @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 2
versionName "v0.4"
versionCode 3
versionName "v0.5"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.lambdasoup.appbarsyncedfabSample"
minSdkVersion 19
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 56a07df

Please sign in to comment.