prepare v0.3.1
This commit is contained in:
parent
0950da98e1
commit
1570742462
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Fix invalid default uri.
|
||||
Update about section.
|
Loading…
Reference in New Issue