From afeada6986f40535962f36ad4219d7bd68ced219 Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:05:42 +0100 Subject: [PATCH] Change applicationId (instead of packagename) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 11d86ea..93d5ff1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { compileSdkVersion 30 defaultConfig { - applicationId "com.google.android.gms" + applicationId "de.lukaspieper.gcam.services" minSdkVersion 19 targetSdkVersion 30 versionCode 2