aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
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
commit8141ea0b4e29644327e3ba579e2caf083c50f6f6 (patch)
tree8de9cc35ee341193e5911dc4f8420e7a0cf538ab /app/build.gradle
parent977629ec3effeaeab698fcc4f42c7827c2b181ed (diff)
downloadrsend-8141ea0b4e29644327e3ba579e2caf083c50f6f6.tar.gz
app: release 0.1.20.1.2
versionCode 3. Drop --mkpath so remotes with an rsync older than 3.2.3 (stock macOS included) can receive syncs; rsync still creates the final remote path component on its own. NDK host toolchain detection so the native build also runs on macOS hosts.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 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' }
}