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 0bacf38 commit 20f8135Copy full SHA for 20f8135
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "be.chvp.nanoledger"
16
minSdk = 21
17
targetSdk = 34
18
- versionCode = 60100
19
- versionName = "0.6.0"
+ versionCode = 60200
+ versionName = "0.6.1"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
vectorDrawables {
metadata/en-US/changelogs/60200.txt
@@ -0,0 +1 @@
1
+Fix bug where NanoLedger crashed on amounts that only contained an assertion
0 commit comments