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 c36d9b3 commit ea4b1d3Copy full SHA for ea4b1d3
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "be.chvp.nanoledger"
15
minSdk = 21
16
targetSdk = 34
17
- versionCode = 40600
18
- versionName = "0.4.5"
+ versionCode = 40700
+ versionName = "0.4.6"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
metadata/en-US/changelogs/40700.txt
@@ -0,0 +1 @@
1
+Fix writing to cloud storage providers that don't support appending to a file
0 commit comments