tapjoy-react-native-sdk 13.2.0 → 13.2.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.
package/android/build.gradle
CHANGED
|
@@ -82,7 +82,7 @@ dependencies {
|
|
|
82
82
|
//noinspection GradleDynamicVersion
|
|
83
83
|
implementation 'com.facebook.react:react-native:0.71.4'
|
|
84
84
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
85
|
-
implementation 'com.tapjoy:tapjoy-android-sdk:13.2.
|
|
85
|
+
implementation 'com.tapjoy:tapjoy-android-sdk:13.2.1'
|
|
86
86
|
implementation "com.google.android.gms:play-services-ads-identifier:18.0.1"
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -167,7 +167,7 @@ dependencies {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
implementation 'com.google.android.gms:play-services-appset:16.0.2'
|
|
170
|
-
implementation 'com.tapjoy:tapjoy-android-sdk:13.2.
|
|
170
|
+
implementation 'com.tapjoy:tapjoy-android-sdk:13.2.1'
|
|
171
171
|
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
|
|
172
172
|
}
|
|
173
173
|
|
package/example/package.json
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = exports.TJVersion = void 0;
|
|
7
|
-
const REACT_LIBRARY_VERSION = '13.2.
|
|
7
|
+
const REACT_LIBRARY_VERSION = '13.2.1';
|
|
8
8
|
const REACT_LIBRARY_VERSION_SUFFIX = '';
|
|
9
9
|
class TJVersion {
|
|
10
10
|
// Returns the version of the plugin - eg: 1.0.0-alpha-rc1
|
package/lib/module/TJVersion.js
CHANGED
package/package.json
CHANGED
package/src/TJVersion.ts
CHANGED
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
19
19
|
s.dependency "React-Core"
|
|
20
|
-
s.dependency "TapjoySDK", "13.2.
|
|
20
|
+
s.dependency "TapjoySDK", "13.2.1"
|
|
21
21
|
|
|
22
22
|
# Don't install the dependencies when we run `pod install` in the old architecture.
|
|
23
23
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|