Change applicationId (instead of packagename)
This commit is contained in:
parent
21756da8bc
commit
afeada6986
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ android {
|
||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.google.android.gms"
|
applicationId "de.lukaspieper.gcam.services"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 2
|
versionCode 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue