Skip to content

Commit

Permalink
completed Nimble ME! beta and added some art
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadalisoomro committed Nov 6, 2016
1 parent ae65a05 commit eae98d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added Nimble ME! Poster.psd
Binary file not shown.
Binary file added Nimble-ME!-Poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
![image](ic_launcher.png)
# NimbleME
Nimble Markdown Editor App for Android

![Nimble ME! Poster](Nimble-ME!-Poster.png)

This App is using

```
dependencies {
...
compile 'com.atlassian.commonmark:commonmark:0.6.0'
compile 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.6.0'
compile 'com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.6.0'
compile 'ren.qinc.edit:lib:0.0.3'
//Used for Splash screen animation
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta3'
}
```

0 comments on commit eae98d7

Please sign in to comment.