Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercookie42 committed Dec 21, 2024
1 parent e66a2b0 commit 39861fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 23
targetSdk = 34
versionCode = 5
versionName = "0.4a1"
versionName = "0.4"
base.archivesName = "$applicationId-$versionName"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix crash on Android 6 when shutting down the SMB server while files are open on the file share

0 comments on commit 39861fa

Please sign in to comment.