Skip to content

Commit

Permalink
1.19.0: Added an option to print the poem text.
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Jul 8, 2017
1 parent 0760d4e commit aca6d3b
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
==========

1.19.0 *(2017-07-08)*
--------------------
* Added an option to print the poem text.

1.18.5 *(2017-06-28)*
--------------------
* Added possibility to pause playback by typing "..." in the poem text. Currently only works for playback, not when saving the poem to an audio file.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
applicationId "ca.rmen.android.poetassistant"
minSdkVersion 15
targetSdkVersion 25
versionCode 11805
versionName "1.18.5"
versionCode 111900
versionName "1.19.0"
// setting vectorDrawables.useSupportLibrary = true means pngs won't be generated at
// build time: http://android-developers.blogspot.fr/2016/02/android-support-library-232.html
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit aca6d3b

Please sign in to comment.