react-native-zybanbifbio-module 0.2.1 → 0.2.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.
@@ -14,8 +14,6 @@ apply plugin: 'com.android.library'
14
14
  apply plugin: 'kotlin-android'
15
15
 
16
16
  android {
17
- // Conditional for compatibility with AGP <4.2.
18
-
19
17
  compileSdk 34
20
18
 
21
19
  defaultConfig {
@@ -24,6 +22,12 @@ android {
24
22
  versionCode 1
25
23
  versionName "1.0"
26
24
  }
25
+
26
+ lint {
27
+ //disable 'MissingTranslation', 'TypographyFractions'
28
+ abortOnError false
29
+ checkReleaseBuilds false
30
+ }
27
31
  }
28
32
 
29
33
  rootProject.allprojects {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {