Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ Following features are available in current version:
* Charts.
* Dropbox backups.

<a href='https://play.google.com/store/apps/details?id=com.blogspot.e_kanivets.moneytracker&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="100px"/></a>

[Open Money Tracker on F-Droid](https://apt.izzysoft.de/fdroid/index/apk/com.blogspot.e_kanivets.moneytracker)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="90">](https://f-droid.org/packages/com.blogspot.e_kanivets.moneytracker/)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="90">](https://play.google.com/store/apps/details?id=com.blogspot.e_kanivets.moneytracker)

## Dependencies
* [Butter Knife] (http://jakewharton.github.io/butterknife/) - View annotation bindings.
* [Dagger 2] (http://google.github.io/dagger/) - Dependency injection tool.
* [MPAndroidChart] (https://github.com/PhilJay/MPAndroidChart) - Ready-to-use charts.
* [Timber] (https://github.com/JakeWharton/timber) - Convenient and small logging tool.
* [Butter Knife](http://jakewharton.github.io/butterknife/) - View annotation bindings.
* [Dagger 2](http://google.github.io/dagger/) - Dependency injection tool.
* [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) - Ready-to-use charts.
* [Timber](https://github.com/JakeWharton/timber) - Convenient and small logging tool.

## Development and maintenance

Expand Down