Skip to content

Commit

Permalink
documentation updated. bintray version is now 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanilozmen committed Dec 19, 2020
1 parent ac175a0 commit e2367af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add it to your app's gradle file:

```groovy
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.kokteyl.bumerang:bumerang:0.4.2'
implementation 'com.kokteyl.bumerang:bumerang:1.0.1'
```

It is good to initialize it in Application class:
Expand Down
2 changes: 1 addition & 1 deletion bumerang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
}

// gradlew clean build bintrayUpload -PbintrayUser=username -PbintrayKey=apikey -PdryRun=false
// gradlew clean build bintrayUpload -PbintrayUser=hanilozmen -PbintrayKey=apikey -PdryRun=false

publish {

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':bumerang')
implementation 'com.kokteyl.bumerang:bumerang:1.0.1' // suggestion: always use latest version
implementation 'com.google.code.gson:gson:2.8.6'

}

0 comments on commit e2367af

Please sign in to comment.