Skip to content

Commit

Permalink
1.18.3: Another crash fix for #81
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Jun 1, 2017
1 parent 752d6f1 commit ca0c998
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.18.3 *(2017-06-30)*
--------------------
* Another fix for #81: Crash looking up a word in Poet Assistant, from another app.

1.18.2 *(2017-05-26)*
--------------------
* Technical:
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 11802
versionName "1.18.2"
versionCode 11803
versionName "1.18.3"
// 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 ca0c998

Please sign in to comment.