ente/lib/core/constants.dart

5 lines
163 B
Dart
Raw Normal View History

2020-04-25 10:28:22 +00:00
const int THUMBNAIL_SMALL_SIZE = 128;
const int THUMBNAIL_LARGE_SIZE = 512;
2020-05-02 16:28:54 +00:00
const String SENTRY_DSN =
"http://96780dc0b00f4c69a16c02e90d379996@3.211.17.56/2";