infobip-mobile-messaging-react-native-plugin 6.3.2 → 6.3.3
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
|
@@ -51,6 +51,13 @@ android {
|
|
|
51
51
|
versionName "1.0"
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
buildTypes {
|
|
55
|
+
release {
|
|
56
|
+
// Applying ProGuard rules for application classes that will be serialized/deserialized over Gson
|
|
57
|
+
consumerProguardFiles 'infobip-mm-proguard-rules.pro'
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
54
61
|
lintOptions {
|
|
55
62
|
abortOnError false
|
|
56
63
|
}
|
|
@@ -113,4 +120,4 @@ dependencies {
|
|
|
113
120
|
if (withCryptorMigration.toBoolean()) {
|
|
114
121
|
implementation "com.infobip:infobip-mobile-messaging-android-cryptor-migration:$mmVersion@aar"
|
|
115
122
|
}
|
|
116
|
-
}
|
|
123
|
+
}
|
|
File without changes
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|