diff --git a/README.md b/README.md index 6a56983de..36c8ddbb2 100755 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +# [Screenshots](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots) diff --git a/README.pl.md b/README.pl.md index 4b40e157f..2e8db0659 100755 --- a/README.pl.md +++ b/README.pl.md @@ -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) \ No newline at end of file +# [Zrzuty ekranu](https://github.com/feelfreelinux/WykopMobilny/tree/master/screenshots) diff --git a/app/build.gradle b/app/build.gradle index 34b7ced6d..11f1e92b3 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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")