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
defaultConfig {
applicationId "de.lukaspieper.gcam.services"
minSdkVersion 19
targetSdkVersion 30
versionCode 2