prepare v0.4.2

This commit is contained in:
akaessens 2021-03-14 20:31:54 +01:00
parent c119a163c0
commit 85f420e15d
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.akdev.nofbeventscraper" applicationId "com.akdev.nofbeventscraper"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 30
versionCode 11 versionCode 12
versionName "0.4.1" versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -0,0 +1,2 @@
- Fix scraping not working when cookies need to be accepted
- Android 11 ready