Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Mar 6, 2018
1 parent a28e644 commit 465a0c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

v2.0.2 (2018.03.06)
-------------------
- Suppress error log outputs (care for frozen core)

v2.0.1 (2018.02.28)
-------------------
- Add landscape layout
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ task clean(type: Delete) {
}

ext {
versionCode = 15
versionName = '2.0.1'
versionCode = 16
versionName = '2.0.2'

compileSdkVersion = 23
buildToolsVersion = '27.0.3'
Expand Down

0 comments on commit 465a0c3

Please sign in to comment.