react-native-gemius-plugin 1.7.1 → 1.7.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.
@@ -45,6 +45,9 @@ android {
45
45
  }
46
46
 
47
47
  repositories {
48
+ flatDir {
49
+ dirs 'libs'
50
+ }
48
51
  maven {
49
52
  // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
50
53
  url "$rootDir/../node_modules/react-native/android"
@@ -69,11 +72,11 @@ dependencies {
69
72
  //noinspection GradleDynamicVersion
70
73
  implementation 'com.facebook.react:react-native:+'
71
74
 
72
- implementation "com.gemius:mobile-sdk:2.3.0"
75
+ implementation(name: 'mobile-sdk-2.3.0', ext: 'aar')
73
76
  implementation "com.huawei.hms:ads-identifier:3.4.58.301"
74
77
  implementation "com.google.code.gson:gson:2.8.5"
75
78
  implementation "com.google.android.gms:play-services-base:18.2.0"
76
79
  implementation "com.google.android.gms:play-services-ads:22.4.0"
77
80
  implementation "com.google.android.gms:play-services-appset:16.0.2"
78
81
  implementation "ch.acra:acra-http:5.7.0"
79
- }
82
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-gemius-plugin",
3
3
  "title": "React Native Gemius Plugin",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "description": "Gemius plugin for react-native",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",