expo-prizor-sdk 4.8.0 → 4.8.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.
@@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven-publish'
4
4
 
5
5
  group = 'expo.modules.prizorsdk'
6
- version = '4.7.38'
6
+ version = '4.8.2'
7
7
 
8
8
  ext {
9
- versionCode = 25091201
10
- versionName = "4.7.38"
9
+ versionCode = 25100204
10
+ versionName = "4.8.2"
11
11
  }
12
12
 
13
13
  buildscript {
@@ -27,7 +27,7 @@ buildscript {
27
27
  if (ext.has("kotlinVersion")) {
28
28
  ext.kotlinVersion()
29
29
  } else {
30
- ext.safeExtGet("kotlinVersion", "1.6.10")
30
+ ext.safeExtGet("kotlinVersion", "1.8.0")
31
31
  }
32
32
  }
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-prizor-sdk",
3
- "version": "4.8.0",
3
+ "version": "4.8.2",
4
4
  "description": "Expo Prizor SDK implementation",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",