From 836419484c20902f5d81809e47fdc55a10e97167 Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Mon, 20 Jul 2026 15:17:15 +0800 Subject: [PATCH] feat: expo prebuild --- .../client-android/android/app/build.gradle | 4 +- .../android/app/src/main/AndroidManifest.xml | 61 ++++++++----------- 2 files changed, 29 insertions(+), 36 deletions(-) diff --git a/packages/client-android/android/app/build.gradle b/packages/client-android/android/app/build.gradle index 56c99ba..34c339e 100644 --- a/packages/client-android/android/app/build.gradle +++ b/packages/client-android/android/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: "com.android.application" apply plugin: "org.jetbrains.kotlin.android" android { - namespace "dev.yuzu.gca" + namespace 'dev.yuzu.gca' compileSdk 35 defaultConfig { - applicationId "dev.yuzu.gca" + applicationId 'dev.yuzu.gca' minSdk 24 targetSdk 35 versionCode 8 diff --git a/packages/client-android/android/app/src/main/AndroidManifest.xml b/packages/client-android/android/app/src/main/AndroidManifest.xml index 67c012d..fb6fd92 100644 --- a/packages/client-android/android/app/src/main/AndroidManifest.xml +++ b/packages/client-android/android/app/src/main/AndroidManifest.xml @@ -1,35 +1,28 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file