diff --git a/README.md b/README.md index f3b4e26..d067a29 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This source contains the information which is used to create a calendar entry. # Download Currently this application is in the submitting process to FDroid. see also [#2](/../../issues/2). -Until it is published at FDroid, use [release v0.3.0](https://github.com/akaessens/NoFbEventScraper/releases/download/v0.3.0/app-release.apk). +Until it is published at FDroid, use [release v0.3.1](https://github.com/akaessens/NoFbEventScraper/releases/download/v0.3.1/app-release.apk). # Screenshots diff --git a/app/build.gradle b/app/build.gradle index 8d69ea6..1ade4ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.akdev.nofbeventscraper" minSdkVersion 26 targetSdkVersion 29 - versionCode 6 - versionName "0.3.0" + versionCode 7 + versionName "0.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..504f920 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,2 @@ +Fix invalid default uri. +Update about section. \ No newline at end of file