Increase app version and add changelog

This commit is contained in:
Shinokuni 2019-10-05 13:55:16 +02:00
parent c59c44a261
commit be04139d39
3 changed files with 6 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.readrops.app" applicationId "com.readrops.app"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 2 versionCode 3
versionName "1.0.1" versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {

View File

@ -0,0 +1,4 @@
- Add swipe background to main list items
- Add preference to parse a fixed number of items when adding a local feed
- Change feed/folders way to interact
- Minor bug fixes and improvements

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB