From 46fb48581ba0e8cdcaa01765a1123d996f5272d3 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Wed, 8 Apr 2026 14:46:19 +0200 Subject: [PATCH] fix(android): Add test string resource Co-Authored-By: Claude Opus 4.6 (1M context) --- android/app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 1e95f081..f6c09f6d 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,3 +1,4 @@ Hacker News + Hello from a test PR \ No newline at end of file