From 3c81fbc203e563d088b9dd4c46ff27105da166d4 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Tue, 16 Sep 2025 10:26:51 +0330 Subject: [PATCH] changed package name --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index e48e8c8..1b99fba 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -21,7 +21,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.example.tm_app" + applicationId = "com.opplens.app" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion