Skip to content

Commit

Permalink
Use applicationIdSuffix for product flavor.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus committed Jul 26, 2017
1 parent 006f5d7 commit 97ea1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ android {
}

defaultConfig {
applicationId 'com.jakewharton.u2020'
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk

Expand Down Expand Up @@ -75,11 +76,10 @@ android {

internal {
dimension 'environment'
applicationId 'com.jakewharton.u2020.internal'
applicationIdSuffix 'internal'
}
production {
dimension 'environment'
applicationId 'com.jakewharton.u2020'
}
}

Expand Down

0 comments on commit 97ea1c8

Please sign in to comment.