Skip to content

Commit

Permalink
Added PayPal support button; Beta 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed Feb 23, 2018
1 parent f84b774 commit 9d22700
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ You can report an issue in this repository, or just describe your issue under [#

# Changelogs
Usually I report all progress along with changelogs [here](https://wykop.pl/tag/otwartywykopmobilny).

# Donating
You can support me via [PayPal](https://www.paypal.me/WykopMobilny/).
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/WykopMobilny/)

# Downloads
[Download newest release with built-in update notifier](https://github.com/feelfreelinux/WykopMobilny/releases/latest)
# [Screenshots](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots)
# [Screenshots](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots)
7 changes: 6 additions & 1 deletion README.pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Możesz zgłosić błąd bezpośrednio na githubie, lub opisz swój problem pod

# Lista zmian
Zwykle opisuje postępy w pracach nad aplikacją wraz z listą zmian [tutaj](https://wykop.pl/tag/otwartywykopmobilny).

# Darowizny
Możesz wesprzeć mnie poprzez [PayPal](https://www.paypal.me/WykopMobilny/).
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/WykopMobilny/)

# Pobierz aplikacje
[Pobierz najnowszą wersję aplikacji.](https://github.com/feelfreelinux/WykopMobilny/releases/latest) Aplikacja automatycznie powiadomi cię o nowych wersjach :)
# [Zrzuty ekranu](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots)
# [Zrzuty ekranu](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "io.github.feelfreelinux.wykopmobilny"
minSdkVersion 17
targetSdkVersion 27
versionCode 28
versionName "0.6.1"
versionCode 29
versionName "0.7"
multiDexEnabled true

def credentialsPropertiesFile = rootProject.file("credentials.properties")
Expand Down

0 comments on commit 9d22700

Please sign in to comment.