react-native-s2offerwall 1.0.4 → 1.0.6

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.
@@ -22,7 +22,7 @@ apply plugin: "kotlin-android"
22
22
  apply plugin: "com.facebook.react"
23
23
 
24
24
  def getExtOrIntegerDefault(name) {
25
- return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties["S2Offerwall_" + name]).toInteger()
25
+ return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties["S2offerwall_" + name]).toInteger()
26
26
  }
27
27
 
28
28
  android {
@@ -74,5 +74,5 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
74
74
  dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
- implementation("io.snapplay:s2offerwall-aos-sdk:1.0.20")
77
+ implementation("io.snapplay:s2offerwall-aos-sdk:1.0.24")
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-s2offerwall",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "React native plugin for S2Offerwall",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift,cpp}"
18
18
  s.private_header_files = "ios/**/*.h"
19
19
 
20
- s.dependency 's2offerwall', '~> 1.0.19'
20
+ s.dependency 's2offerwall', '~> 1.0.22'
21
21
  s.dependency 'React-Core'
22
22
 
23
23
  install_modules_dependencies(s)