Updated build to fix crash on old Android versions

This commit is contained in:
Gianluca Nitti 2017-01-16 22:38:30 +01:00
parent 76475a4db4
commit 6829a70909

View file

@ -17,6 +17,12 @@ Application that solves math expressions. Main features:
* (Android 6.0+ only) can evaluate expressions from text selection in any application (ACTION_PROCESS_TEXT intent).
* Fully localizable - actually includes English and Italian, you can contribute yor translation with a pull request on GitHub.
Changelog:
* 1.2: updated build tools to fix crash on some Android versions.
* 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter.
* 1.0: Initial version.
This application is based on [https://github.com/gianluca-nitti/java-expr-eval
this] open source (MIT licensed) library.
.
@ -34,7 +40,12 @@ Build:1.1,2
subdir=app
gradle=yes
Build:1.2,3
commit=v1.2
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1
Current Version Code:2
Current Version:1.2
Current Version Code:3