mirror of https://github.com/readrops/Readrops.git
v2.0.2
This commit is contained in:
parent
d2dff633e1
commit
383aea0775
|
@ -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)
|
||||
|
|
|
@ -12,8 +12,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.readrops.app"
|
||||
|
||||
versionCode = 18
|
||||
versionName = "2.0.1"
|
||||
versionCode = 19
|
||||
versionName = "2.0.2"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
* Fix crash when opening app from a notification (#223)
|
||||
* Fix Fever API synchronization error (#228)
|
Loading…
Reference in New Issue