react-native-scanbot-barcode-scanner-sdk 3.3.1 → 3.3.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 31
4
4
  def DEFAULT_MIN_SDK_VERSION = 21
5
5
  def DEFAULT_TARGET_SDK_VERSION = 31
6
6
 
7
- def sdkVersion = '3.3.1.244-SNAPSHOT'
7
+ def sdkVersion = '3.3.1.248-SNAPSHOT'
8
8
 
9
9
  buildscript {
10
10
  if (project == rootProject) {
@@ -48,6 +48,10 @@ android {
48
48
  sourceCompatibility JavaVersion.VERSION_1_8
49
49
  targetCompatibility JavaVersion.VERSION_1_8
50
50
  }
51
+
52
+ dexOptions {
53
+ javaMaxHeapSize "4G"
54
+ }
51
55
  }
52
56
 
53
57
  repositories {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-scanbot-barcode-scanner-sdk",
3
3
  "title": "Scanbot Barcode Scanner SDK for React Native",
4
- "version": "3.3.1",
4
+ "version": "3.3.2-beta.2",
5
5
  "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
6
6
  "main": "index.js",
7
7
  "files": [