prepare v0.3.1

This commit is contained in:
akaessens 2020-08-29 12:32:28 +02:00
parent 0950da98e1
commit 1570742462
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -0,0 +1,2 @@
Fix invalid default uri.
Update about section.