We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9c367 commit a98a8adCopy full SHA for a98a8ad
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "org.nsh07.wikireader"
20
minSdk = 26
21
targetSdk = 36
22
- versionCode = 52
23
- versionName = "2.5.4"
+ versionCode = 53
+ versionName = "2.5.5"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/53.txt
@@ -0,0 +1,5 @@
1
+New features:
2
+- New navigation animations
3
+
4
+Bug fixes:
5
+- Fixed a bug that caused the app to crash when trying to delete a saved article
0 commit comments