Remove app ID from build.gradle
Let Gradle take the application ID from AndroidManifest.xml.
This commit is contained in:
parent
c1af06322a
commit
380911922b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue