Skip to content

Commit

Permalink
Rename preProduction to development
Browse files Browse the repository at this point in the history
  • Loading branch information
danybony committed Dec 7, 2016
1 parent 4bb043c commit 042ae78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions WearBuildConfig/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
//uses default PLAY_SERVICES value
}

preProduction {
development {
dimension 'environment'
}

Expand All @@ -57,15 +57,15 @@ android {
}

configurations {
developmentPlayServicesReleaseWearApp
productionPlayServicesReleaseWearApp
preProductionPlayServicesReleaseWearApp
developmentPlayServicesQaReleaseWearApp
productionPlayServicesQaReleaseWearApp
preProductionPlayServicesQaReleaseWearApp
}

dependencies {
developmentPlayServicesReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'developmentRelease')
productionPlayServicesReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'productionRelease')
preProductionPlayServicesReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'preProductionRelease')
developmentPlayServicesQaReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'developmentQaRelease')
productionPlayServicesQaReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'productionQaRelease')
preProductionPlayServicesQaReleaseWearApp project(path: ':WearBuildConfigWear', configuration: 'preProductionQaRelease')
}
2 changes: 1 addition & 1 deletion WearBuildConfig/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

productFlavors {
preProduction
development
production
}
}
Expand Down

0 comments on commit 042ae78

Please sign in to comment.