affise-attribution-lib 1.6.45 → 1.6.47

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
@@ -154,7 +154,7 @@ Add modules to Android project
154
154
  Example [`example/android/app/build.gradle`](example/android/app/build.gradle)
155
155
 
156
156
  ```gradle
157
- final affise_version = '1.6.67'
157
+ final affise_version = '1.6.72'
158
158
 
159
159
  dependencies {
160
160
  // Affise modules
@@ -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.67'
5
+ affise_version = '1.6.72'
6
6
  agp_version = '7.2.2'
7
7
  }
8
8
 
@@ -31,7 +31,7 @@ class AffiseDebug {
31
31
  * Debug get version of flutter library
32
32
  */
33
33
  version() {
34
- return "1.6.45";
34
+ return "1.6.47";
35
35
  }
36
36
 
37
37
  /**
@@ -25,7 +25,7 @@ export class AffiseDebug {
25
25
  * Debug get version of flutter library
26
26
  */
27
27
  version() {
28
- return "1.6.45";
28
+ return "1.6.47";
29
29
  }
30
30
 
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "affise-attribution-lib",
3
- "version": "1.6.45",
3
+ "version": "1.6.47",
4
4
  "description": "Affise Attribution Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -33,7 +33,7 @@ export class AffiseDebug implements AffiseDebugApi {
33
33
  * Debug get version of flutter library
34
34
  */
35
35
  version(): string {
36
- return "1.6.45";
36
+ return "1.6.47";
37
37
  }
38
38
 
39
39
  /**