@controleonline/react-native-cielo-payment 1.0.0 → 1.0.1

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.
@@ -4,8 +4,20 @@ plugins {
4
4
 
5
5
  android {
6
6
  namespace 'com.controleonline.pos.cielo.payment'
7
+ compileSdk 34
8
+
9
+ defaultConfig {
10
+ minSdk 21
11
+ targetSdk 34
12
+ }
13
+
14
+ sourceSets {
15
+ main {
16
+ manifest.srcFile 'src/main/AndroidManifest.xml'
17
+ }
18
+ }
7
19
  }
8
20
 
9
21
  dependencies {
10
22
  implementation 'com.facebook.react:react-native:+'
11
- }
23
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@controleonline/react-native-cielo-payment",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "android",