Skip to content

Commit

Permalink
Merge pull request #18 from codewith-fun/gradle/'version_flavor
Browse files Browse the repository at this point in the history
new flavor added
  • Loading branch information
lkant8 committed Dec 27, 2022
2 parents a470191 + a147fbe commit 2da0acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {

buildTypes {
debug{
applicationIdSuffix = ".debug"
manifestPlaceholders["appName"] = "MCode"
// applicationIdSuffix = ".debug"
// manifestPlaceholders["appName"] = "MCode"
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
Expand Down

0 comments on commit 2da0acd

Please sign in to comment.