Skip to content

Commit

Permalink
1.21.1: Fix crash when opening intent choosers.
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Oct 19, 2017
1 parent 3cb2201 commit 2f93d0c
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.22.1 *(2017-10-19)*
--------------------
* Fix crash when sharing poem text or search results, or when doing a web search.

1.22.0 *(2017-10-15)*
--------------------
* Add setting to toggle lookups from text selection.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
applicationId "ca.rmen.android.poetassistant"
minSdkVersion 15
targetSdkVersion 26
versionCode 112200
versionName "1.22.0"
versionCode 112201
versionName "1.22.1"
// 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 2f93d0c

Please sign in to comment.