ente/lib/core/constants.dart
2020-05-06 01:27:57 +05:30

5 lines
163 B
Dart

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