ente/lib/core/constants.dart
2020-05-02 21:58:54 +05:30

5 lines
163 B
Dart

const int THUMBNAIL_SMALL_SIZE = 128;
const int THUMBNAIL_LARGE_SIZE = 512;
const String SENTRY_DSN =
"http://96780dc0b00f4c69a16c02e90d379996@3.211.17.56/2";