Remove app ID from build.gradle

Let Gradle take the application ID from AndroidManifest.xml.
This commit is contained in:
relan 2021-05-04 20:51:10 +03:00
parent c1af06322a
commit 380911922b

View file

@ -5,7 +5,6 @@ android {
compileSdkVersion 30 compileSdkVersion 30
defaultConfig { defaultConfig {
applicationId "de.lukaspieper.gcam.services"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 2 versionCode 2