aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLena <lena@omega>2026-07-01 00:00:00 +0000
committerLena <lena@omega>2026-07-01 00:00:00 +0000
commit48a9af712d13ac885d8945df29e88c291dfc07f6 (patch)
tree3720b9cba894f35c0a6e54b5a489dcf8ed72ea37
parent6cbbfba9fd19caa1b204b536c4d4d12f0b9a0226 (diff)
downloadrsend-0.1.1.tar.gz
app: release 0.1.10.1.1
versionCode 2. Empty-path and config-corruption fixes, rsync process cleanup on stopped syncs, keygen error reporting, and the store icon.
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 56036ab..ccfa548 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
applicationId 'invalid.lena.rsend'
minSdk 30
targetSdk 35
- versionCode 1
- versionName '0.1.0'
+ versionCode 2
+ versionName '0.1.1'
// Ship only the ABIs we build native libs for.
ndk { abiFilters 'arm64-v8a', 'x86_64' }
}
diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt
new file mode 100644
index 0000000..a8502dc
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/2.txt
@@ -0,0 +1,4 @@
+Fixes: folders can no longer be saved with an empty path (which would have
+synced far too much), config writes are atomic, a stopped sync now kills its
+rsync process, and key generation reports errors instead of crashing. Adds
+the store icon.