We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dff63 commit 383aea0Copy full SHA for 383aea0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.0.2
2
+- Fix crash when opening app from a notification (#223)
3
+- Fix Fever API synchronization error (#228)
4
+
5
# v2.0.1
6
7
- Make Timeline tab filters persistent (#138)
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
defaultConfig {
13
applicationId = "com.readrops.app"
14
15
- versionCode = 18
16
- versionName = "2.0.1"
+ versionCode = 19
+ versionName = "2.0.2"
17
}
18
19
buildTypes {
fastlane/metadata/android/en-US/changelogs/19.txt
@@ -0,0 +1,2 @@
+* Fix crash when opening app from a notification (#223)
+* Fix Fever API synchronization error (#228)
0 commit comments