Merge branch 'ExprEval' into 'master'
ExprEval - Updated build tools to fix crash on old Android versions See merge request !1958
This commit is contained in:
commit
c872a74444
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue