We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730cb2e commit 7d5711bCopy full SHA for 7d5711b
plugin/src/constants.ts
@@ -1,3 +1,3 @@
1
//Define the version used in the pre-built gradle file for the batch native sdk dependency.
2
-export const BATCH_SDK_VERISON = "1.19.+"
3
-export const BATCH_DO_NOT_DISTURB_INITIAL_STATE = false;
+export const BATCH_SDK_VERISON = '1.21.+';
+export const BATCH_DO_NOT_DISTURB_INITIAL_STATE = false;
0 commit comments