Add support for Moebooru-, Gelbooru- and Zerochan-based imageboards, and Wallhaven. Restructure how board type preference is saved. Restructure README.

This commit is contained in:
Kevin Alberts 2024-12-28 01:40:28 +01:00
parent 291307b121
commit 799151a720
6 changed files with 412 additions and 39 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId = "nl.kurocon.plugin.wallpaperprovider.booru"
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"
}