Skip to content

Commit

Permalink
added donation info and fdroid-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jul 21, 2021
1 parent 2c0a4f5 commit ab26f1f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ Technically speaking the AndroidGeo2ArticlesMap app
Copyright (c) by k3b, Licensed under GPL, Version 3.0 or later.

Wikipedia and Wikivoyage are [trademarks of the Wikimedia Foundation](https://foundation.wikimedia.org/wiki/Wikimedia_trademarks)

-----

## Donations:

If you like this app please consider to donating to http://donate.openstreetmap.org/ .

Since android-developping is a hobby (and an education tool) i donot want any
money for my apps so donation should go to projects i benefit from.

27 changes: 27 additions & 0 deletions fastlane/fdroid/de.k3b.android.articlemap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Categories:
- Navigation
- Science & Education
License: GPL-3.0-or-later
AuthorName: k3b
SourceCode: https://github.com/k3b/AndroidGeo2ArticlesMap
IssueTracker: https://github.com/k3b/AndroidGeo2ArticlesMap/issues
Changelog: https://github.com/k3b/AndroidGeo2ArticlesMap/releases
Donate: http://donate.openstreetmap.org/

AutoName: Show Articles in Map

RepoType: git
Repo: https://github.com/k3b/AndroidGeo2ArticlesMap

Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes

AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1

0 comments on commit ab26f1f

Please sign in to comment.