Skip to content

Commit

Permalink
Releases Flashbar version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aritra Roy committed Apr 28, 2018
1 parent c601426 commit 588c028
Show file tree
Hide file tree
Showing 2 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 @@ -53,7 +53,7 @@ This library is available in **jCenter** which is the default Maven repository u
```groovy
dependencies {
// other dependencies here
implementation 'com.andrognito.flashbar:flashbar:1.0.0'
implementation 'com.andrognito.flashbar:flashbar:{latest_version}'
}
```

Expand Down
6 changes: 3 additions & 3 deletions flashbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/aritraroy/Flashbar'
gitUrl = 'https://github.com/aritraroy/Flashbar.git'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'

developerId = 'aritraroy'
developerName = 'Aritra Roy'
Expand All @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion project.minSdk
targetSdkVersion project.sdk
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}

buildTypes {
Expand Down

0 comments on commit 588c028

Please # to comment.