From 91b049b9d90df2f8a8fc3b26e08b4659aaa93c8d Mon Sep 17 00:00:00 2001 From: TheFlipLeder Date: Tue, 9 Jun 2026 09:07:50 -0400 Subject: [PATCH] Fix package name to com.theflipledger.app --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9254f6b..139310d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -3,11 +3,11 @@ plugins { } android { - namespace = "com.example.flowledger" + namespace = "com.theflipledger.app" compileSdk = 34 defaultConfig { - applicationId = "com.example.flowledger" + applicationId = "com.theflipledger.app" minSdk = 26 targetSdk = 34 versionCode = 1 @@ -78,4 +78,4 @@ configurations.all { useVersion(libs.versions.navigation.get()) } } -} \ No newline at end of file +}