Increment required API level (because of ots_traceTransaction)

This commit is contained in:
Willian Mitsuda 2021-11-22 14:29:31 -03:00
parent ed79a7a72f
commit 3c20cf6810
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export const MIN_API_LEVEL = 2;
export const MIN_API_LEVEL = 3;
export const PAGE_SIZE = 25;