Skip to content

Commit

Permalink
Get your own key guys.
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Dec 9, 2014
1 parent 7f427cb commit 00d6bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MPDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ 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
2 changes: 1 addition & 1 deletion MPDroid/src/closedbits/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<application>
<meta-data
android:name="com.crashlytics.ApiKey"
android:value="32e48acd098f6bf0ace79c3132dd5f1fe0deec87" />
android:value="Get_your_own_key_ugh" />
</application>
</manifest>

0 comments on commit 00d6bd2

Please sign in to comment.