Skip to content

Commit

Permalink
Try to keep people from building closedbits. Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Dec 9, 2014
1 parent c994df4 commit 7f427cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MPDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ android {
productFlavors {
closedbits {
versionName defaultConfig.versionName + "-c"
throw new GradleException('ClosedBits releases are made for official PlayStore release. Please build the "foss" flavor.')
}

foss {
Expand Down

0 comments on commit 7f427cb

Please sign in to comment.