Skip to content

Commit 218af87

Browse files
Added icon.
1 parent 391c4d6 commit 218af87

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# android-expr-eval
22
Android application to solve math expressions. Based on [java-expr-eval](https://github.com/gianluca-nitti/java-expr-eval).
33

4+
#Download/compile
5+
See the releases page for prebuilt APK.
6+
To build from source, clone the repository, make sure you have the Android SDK installed (and you have the ANDROID_HOME environment variable correctly set), and run
7+
```
8+
./gradlew assembleRelease
9+
```
10+
(you may need to `chmod +x gradlew` it if it's not already executable).
11+
412
#Screenshots ([Imgur album](http://imgur.com/a/wOJfT))
5-
![Main activity](http://imgur.com/DJSZBVH.png)
6-
![Context dialog](http://imgur.com/uCcd0Ih.png)
7-
![New variable dialog](http://imgur.com/RTTOVlu.png)
8-
![New function dialog](http://imgur.com/cro2lgq.png)
13+
![Main activity](http://i.imgur.com/DJSZBVH.png)
14+
![Context dialog](http://i.imgur.com/uCcd0Ih.png)
15+
![New variable dialog](http://i.imgur.com/RTTOVlu.png)
16+
![New function dialog](http://i.imgur.com/cro2lgq.png)

app/src/main/ic_launcher-web.png

26.5 KB
Loading
-1.25 KB
Loading
-787 Bytes
Loading
-1.38 KB
Loading
-1.67 KB
Loading
-1.64 KB
Loading

icon.xcf

30.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)