mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
Update build.gradle
This commit is contained in:
parent
f599e02f04
commit
00020285e2
1 changed files with 3 additions and 3 deletions
|
@ -69,12 +69,12 @@ android {
|
|||
dev {
|
||||
applicationId "com.vodemn.lightmeter.dev"
|
||||
dimension "app"
|
||||
signingConfig signingConfigs.debug
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
prod {
|
||||
applicationId "com.vodemn.lightmeter"
|
||||
dimension "app"
|
||||
signingConfig signingConfigs.debug
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -83,7 +83,7 @@ android {
|
|||
signingConfig signingConfigs.debug
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.debug
|
||||
signingConfig signingConfigs.release
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue