From c598414930198d3b1cd3038b0544454151dccd6f Mon Sep 17 00:00:00 2001 From: David Angulo Date: Thu, 4 Mar 2021 16:47:39 +0800 Subject: [PATCH] Update build.gradle (#16) --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 45e0615..e868b5d 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -132,7 +132,7 @@ android { } defaultConfig { - applicationId "com.mrousavy.camera" + applicationId "com.mrousavy.camera.example" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1