From 8234578b8bdbf0004186fdf082bffd80197c270c Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 7 May 2026 04:13:52 +0000 Subject: [PATCH] fork: customize APP_ID to net.jeena.smstranslate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Personal fork config — keeps this build distinct from any official Fossify Messages install on the same device. Not for upstream. Co-Authored-By: Claude Opus 4.7 (1M context) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 75ad04bb..24632255 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx8192m # Versioning VERSION_NAME=1.8.0 VERSION_CODE=20 -APP_ID=org.fossify.messages +APP_ID=net.jeena.smstranslate