We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c2547 commit 23028fbCopy full SHA for 23028fb
2 files changed
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
compileSdk 34
29
minSdkVersion 16
30
targetSdkVersion 34
31
- versionCode 86
32
- versionName "0.5.12-dev"
+ versionCode 87
+ versionName "0.5.12"
33
34
externalNativeBuild {
35
cmake {
app/fastlane/metadata/android/en-US/changelogs/87.txt
@@ -0,0 +1,2 @@
1
+* Target Android SDK upgraded to version 34
2
+* Use 'reconnect,ServerAliveInterval=15,ServerAliveCountMax=3' sshfs options by default
0 commit comments