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 e542521 commit ef9d247Copy full SHA for ef9d247
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "be.chvp.nanoledger"
16
minSdk = 21
17
targetSdk = 34
18
- versionCode = 60300
19
- versionName = "0.6.2"
+ versionCode = 60400
+ versionName = "0.6.3"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
vectorDrawables {
metadata/en-US/changelogs/60400.txt
@@ -0,0 +1 @@
1
+Fix bug where NanoLedger would duplicate the full contents of the journal on some devices/Android implementations
0 commit comments