From 6578dc47a7d1f7946528e9540d9cfa2e9a5d88d2 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: app: release 0.2.0 Document the multi-remote release, publish matching store metadata, and advance the version once from the released 0.1.3 base. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index df41dc5..3c73d2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.rsend' minSdk 30 targetSdk 35 - versionCode 4 - versionName '0.1.3' + versionCode 5 + versionName '0.2.0' // Ship only the ABIs we build native libs for. ndk { abiFilters 'arm64-v8a', 'x86_64' } } -- cgit v1.2.3