Skip to content

Commit

Permalink
chore (FishBun): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcomz committed Oct 31, 2019
1 parent cf39fb5 commit 827f2d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ _FishBun_ is a highly customizable image picker for Android.
<img src="/pic/fishbuns.png">


## What's New in _FishBun_ 0.11.1?
## What's New in _FishBun_ 0.11.2? :tada:

- Missing space in title[#163](https://github.com/sangcomz/FishBun/issues/163)
- [CRASH] When used in flutter, Fileprovider paths can be overwritten.[#162](https://github.com/sangcomz/FishBun/issues/162)
- added some guide for reporting issue[#176](https://github.com/sangcomz/FishBun/pull/176)
- Java to Kotlin[#174](https://github.com/sangcomz/FishBun/pull/174), [#175](https://github.com/sangcomz/FishBun/pull/175), [#179](https://github.com/sangcomz/FishBun/pull/179), [#185](https://github.com/sangcomz/FishBun/pull/185), [#187](https://github.com/sangcomz/FishBun/pull/187)
- fix README.md for App used[#180](https://github.com/sangcomz/FishBun/pull/180)
- Runtime permission for camera [#116](https://github.com/sangcomz/FishBun/issue/116)
- Implement Instrument test code [#186](https://github.com/sangcomz/FishBun/pull/186)
- Fix bug, when Image displays in wrong orientation [#184](https://github.com/sangcomz/FishBun/pull/184)


## Customizable Styles
Expand Down Expand Up @@ -121,9 +125,9 @@ Setting up _FishBun_ requires to add this Gradle configuration:
compile 'com.github.bumptech.glide:glide:4.9.0'
// Android plugin 3.0.0 or higher.
implementation 'com.sangcomz:FishBun:0.11.0'
implementation 'com.sangcomz:FishBun:0.11.2'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.picasso:picasso:2.5.2'
or
implementation 'com.github.bumptech.glide:glide:4.9.0'

Expand Down
8 changes: 6 additions & 2 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,12 @@ if (project.rootProject.file('local.properties').isFile()) {
tagName = version
targetCommitish = 'master'
body = """## Release Note
* Missing space in title[#163](https://github.com/sangcomz/FishBun/issues/163)
* [CRASH] When used in flutter, Fileprovider paths can be overwritten.[#162](https://github.com/sangcomz/FishBun/issues/162)
* added some guide for reporting issue[#176](https://github.com/sangcomz/FishBun/pull/176)
* Java to Kotlin[#174](https://github.com/sangcomz/FishBun/pull/174), [#175](https://github.com/sangcomz/FishBun/pull/175), [#179](https://github.com/sangcomz/FishBun/pull/179), [#185](https://github.com/sangcomz/FishBun/pull/185), [#187](https://github.com/sangcomz/FishBun/pull/187)
* fix README.md for App used[#180](https://github.com/sangcomz/FishBun/pull/180)
* Runtime permission for camera [#116](https://github.com/sangcomz/FishBun/issue/116)
* Implement Instrument test code [#186](https://github.com/sangcomz/FishBun/pull/186)
* Fix bug, when Image displays in wrong orientation [#184](https://github.com/sangcomz/FishBun/pull/184)
"""
name = version
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ':FishBunDemo', ':FishBun'

gradle.ext.versionCode = 27
gradle.ext.versionName = '0.11.1'
gradle.ext.versionName = '0.11.2'

gradle.ext.set('minSdk', 15)
gradle.ext.set('targetSdk', 28)
Expand Down

0 comments on commit 827f2d9

Please sign in to comment.