affise-attribution-lib 1.6.21 → 1.6.22

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/README.md CHANGED
@@ -134,7 +134,7 @@ Add modules to Android project
134
134
  Example [`example/android/app/build.gradle`](example/android/app/build.gradle)
135
135
 
136
136
  ```gradle
137
- final affise_version = '1.6.44'
137
+ final affise_version = '1.6.45'
138
138
 
139
139
  dependencies {
140
140
  // Affise modules
@@ -144,7 +144,7 @@ dependencies {
144
144
  implementation "com.affise:module-network:$affise_version"
145
145
  implementation "com.affise:module-phone:$affise_version"
146
146
  implementation "com.affise:module-status:$affise_version"
147
- implementation 'com.affise:module-subscription:1.6.44'
147
+ implementation 'com.affise:module-subscription:1.6.45'
148
148
  }
149
149
  ```
150
150
 
@@ -154,10 +154,10 @@ Add modules to iOS project
154
154
 
155
155
  | Module | Version | Start |
156
156
  |----------------|:------------------------------------------------------------------------------------:|----------|
157
- | `ADVERTISING` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` |
158
- | `LINK` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
159
- | `STATUS` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
160
- | `SUBSCRIPTION` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
157
+ | `ADVERTISING` | [`1.6.42`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` |
158
+ | `LINK` | [`1.6.42`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
159
+ | `STATUS` | [`1.6.42`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
160
+ | `SUBSCRIPTION` | [`1.6.42`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
161
161
 
162
162
  Example [example/ios/Podfile](example/ios/Podfile)
163
163
 
@@ -166,10 +166,10 @@ target 'YourAppProject' do
166
166
  # ...
167
167
 
168
168
  # Affise Modules
169
- pod 'AffiseModule/Advertising', `1.6.41`
170
- pod 'AffiseModule/Link', `1.6.41`
171
- pod 'AffiseModule/Status', `1.6.41`
172
- pod 'AffiseModule/Subscription', `1.6.41`
169
+ pod 'AffiseModule/Advertising', `1.6.42`
170
+ pod 'AffiseModule/Link', `1.6.42`
171
+ pod 'AffiseModule/Status', `1.6.42`
172
+ pod 'AffiseModule/Subscription', `1.6.42`
173
173
  end
174
174
  ```
175
175
 
@@ -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 'AffiseInternal', '1.6.41'
20
+ s.dependency 'AffiseInternal', '1.6.42'
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
@@ -2,7 +2,7 @@ buildscript {
2
2
  // Buildscript is evaluated before everything else so we can't use getExtOrDefault
3
3
  def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["AffiseAttributionNative_kotlinVersion"]
4
4
  ext {
5
- affise_version = '1.6.44'
5
+ affise_version = '1.6.45'
6
6
  agp_version = '7.2.2'
7
7
  }
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "affise-attribution-lib",
3
- "version": "1.6.21",
3
+ "version": "1.6.22",
4
4
  "description": "Affise Attribution Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",