12 lines
No EOL
527 B
Dart
12 lines
No EOL
527 B
Dart
const int THUMBNAIL_SMALL_SIZE = 256;
|
|
const int THUMBNAIL_QUALITY = 50;
|
|
const int THUMBNAIL_LARGE_SIZE = 512;
|
|
const int COMPRESSED_THUMBNAIL_RESOLUTION = 1080;
|
|
const int THUMBNAIL_DATA_LIMIT = 100 * 1024;
|
|
const String SENTRY_DSN =
|
|
"https://93b8ea6f54f442dc8408ebccdff6fe7a@errors.ente.io/2";
|
|
const String SENTRY_DEBUG_DSN =
|
|
"https://b31c8af8384a4ce980509b8f592a67eb@errors.ente.io/3";
|
|
const String ROADMAP_URL = "https://roadmap.ente.io";
|
|
const int MICRO_SECONDS_IN_DAY = 86400000000;
|
|
const int ANDROID_11_SDK_INT = 30; |