mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-06 11:19:56 +08:00
6 lines
236 B
Dart
6 lines
236 B
Dart
/// THIS FILE IS A PLACEHOLDER FILE SO ANDROID / DESKTOP WILL STILL COMPILE
|
|
/// THE REAL API KEY IS PLACED WITHIN /html/giphy.dart (LOCAL ONLY!!)
|
|
/// DO NOT CHECK /html/giphy.dart INTO VCS
|
|
library bluebubbles;
|
|
|
|
const GIPHY_API_KEY = ""; |