This commit is contained in:
Shinokuni 2024-11-18 22:19:41 +01:00
parent d2dff633e1
commit 383aea0775
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v2.0.2
- Fix crash when opening app from a notification (#223)
- Fix Fever API synchronization error (#228)
# v2.0.1
- Make Timeline tab filters persistent (#138)

View File

@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId = "com.readrops.app"
versionCode = 18
versionName = "2.0.1"
versionCode = 19
versionName = "2.0.2"
}
buildTypes {

View File

@ -0,0 +1,2 @@
* Fix crash when opening app from a notification (#223)
* Fix Fever API synchronization error (#228)