diff options
| -rw-r--r-- | app/build.gradle | 4 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/3.txt | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index ccfa548..5cc640d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'invalid.lena.rsend' minSdk 30 targetSdk 35 - versionCode 2 - versionName '0.1.1' + versionCode 3 + versionName '0.1.2' // Ship only the ABIs we build native libs for. ndk { abiFilters 'arm64-v8a', 'x86_64' } } diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..34246da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,5 @@ +Fixes: syncing to a server with an rsync older than 3.2.3 (stock macOS +included) no longer fails with "unrecognized option '--mkpath'". Flat remote +paths are still created automatically; a nested remote path with missing +parent directories now needs a one-time mkdir -p on the server. The native +build scripts now also work on macOS hosts. |