@thegrizzlylabs/react-native-genius-scan 4.4.0 → 4.4.1

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.
@@ -15,7 +15,7 @@ android {
15
15
  compileSdkVersion 30
16
16
 
17
17
  defaultConfig {
18
- minSdkVersion 19
18
+ minSdkVersion 21
19
19
  targetSdkVersion 30
20
20
  versionCode 1
21
21
  versionName "1.0"
@@ -25,18 +25,21 @@ android {
25
25
  }
26
26
  }
27
27
 
28
- repositories {
29
- mavenCentral()
30
- flatDir {
31
- dirs 'libs'
28
+ rootProject.allprojects {
29
+ repositories {
30
+ mavenCentral()
31
+ maven {
32
+ url 'https://s3.amazonaws.com/tgl.maven'
33
+ content {
34
+ includeGroup('com.geniusscansdk')
35
+ }
36
+ }
32
37
  }
33
38
  }
34
39
 
40
+
35
41
  dependencies {
36
42
  implementation 'com.facebook.react:react-native:+'
37
- implementation(name:'gssdk-core', ext:'aar')
38
- implementation(name:'gssdk-scanflow', ext:'aar')
39
- implementation(name:'gssdk-ocr', ext:'aar')
40
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
41
- implementation 'com.parse.bolts:bolts-tasks:1.4.0'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.4.1'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.4.1'
42
45
  }
@@ -6,30 +6,30 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64</string>
9
+ <string>ios-arm64_x86_64-simulator</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>GSSDKOCR.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
+ <string>x86_64</string>
15
16
  </array>
16
17
  <key>SupportedPlatform</key>
17
18
  <string>ios</string>
19
+ <key>SupportedPlatformVariant</key>
20
+ <string>simulator</string>
18
21
  </dict>
19
22
  <dict>
20
23
  <key>LibraryIdentifier</key>
21
- <string>ios-arm64_x86_64-simulator</string>
24
+ <string>ios-arm64</string>
22
25
  <key>LibraryPath</key>
23
26
  <string>GSSDKOCR.framework</string>
24
27
  <key>SupportedArchitectures</key>
25
28
  <array>
26
29
  <string>arm64</string>
27
- <string>x86_64</string>
28
30
  </array>
29
31
  <key>SupportedPlatform</key>
30
32
  <string>ios</string>
31
- <key>SupportedPlatformVariant</key>
32
- <string>simulator</string>
33
33
  </dict>
34
34
  </array>
35
35
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "React Native Plugin for Genius Scan SDK",
5
5
  "author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",
6
6
  "homepage": "https://geniusscansdk.com",
Binary file
Binary file
Binary file