Rename applicationId to org.fairscan.app
This commit is contained in:
committed by
pynicolas
parent
27046cb1b7
commit
0663b701da
@@ -12,7 +12,7 @@ android {
|
|||||||
sourceSets["main"].assets.srcDir(layout.buildDirectory.dir("generated/assets"))
|
sourceSets["main"].assets.srcDir(layout.buildDirectory.dir("generated/assets"))
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "org.mydomain.myscan"
|
applicationId = "org.fairscan.app"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 6
|
versionCode = 6
|
||||||
|
|||||||
Reference in New Issue
Block a user