Skip to content

Commit ad77fb4

Browse files
committed
prepare for release
1 parent 6a8e28b commit ad77fb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 3.0.0-RC2 *(2020-02-28)*
5+
--------------------------------
6+
7+
- Add missing javadoc.jar and sources.jar
8+
- Improve status bar height calculation logic [#57](https://github.com/yshrsmz/KeyboardVisibilityEvent/pull/57). Thanks [@anoop44](https://github.com/anoop44)!
9+
- Fix an wrong method signature [#58](https://github.com/yshrsmz/KeyboardVisibilityEvent/pull/58). Thanks [@bensmiley](https://github.com/bensmiley)!
10+
11+
412
Version 3.0.0-RC1 *(2020-02-14)*
513
----------------------------
614

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=3.0.0-RC1
20+
VERSION_NAME=3.0.0-RC2
2121
VERSION_CODE=2
2222
GROUP=net.yslibrary.keyboardvisibilityevent
2323

0 commit comments

Comments
 (0)