@metrixorg/react-native-plugin 1.2.0-beta10 → 1.2.0-beta14
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
|
@@ -8,8 +8,8 @@ android {
|
|
|
8
8
|
defaultConfig {
|
|
9
9
|
minSdkVersion 16
|
|
10
10
|
targetSdkVersion 28
|
|
11
|
-
versionCode
|
|
12
|
-
versionName "1.2.0-
|
|
11
|
+
versionCode 100200064
|
|
12
|
+
versionName "1.2.0-beta14"
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
buildTypes {
|
|
@@ -29,6 +29,6 @@ rootProject.allprojects {
|
|
|
29
29
|
|
|
30
30
|
dependencies {
|
|
31
31
|
implementation 'com.facebook.react:react-native:+'
|
|
32
|
-
implementation 'ir.metrix:metrix-reactnative:1.2.0-
|
|
32
|
+
implementation 'ir.metrix:metrix-reactnative:1.2.0-beta7'
|
|
33
33
|
|
|
34
34
|
}
|
package/package.json
CHANGED