payjp-react-native 0.8.1 → 0.8.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.
@@ -26,6 +26,7 @@ apply plugin: 'com.android.library'
26
26
  apply plugin: 'kotlin-android'
27
27
 
28
28
  android {
29
+ namespace 'jp.pay.reactnative'
29
30
  compileSdkVersion rootProject.properties.get('compileSdkVersion', 29)
30
31
 
31
32
  defaultConfig {
@@ -20,8 +20,6 @@
20
20
  ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  ~ SOFTWARE.
22
22
  -->
23
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
24
- package="jp.pay.reactnative">
25
-
23
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android">
26
24
  </manifest>
27
-
25
+
@@ -23,4 +23,4 @@
23
23
  #import "RNPAY.h"
24
24
 
25
25
  NSString *const RNPAYErrorDomain = @"RNPAYErrorDomain";
26
- NSString *const RNPAYPluginVersion = @"0.8.1";
26
+ NSString *const RNPAYPluginVersion = @"0.8.3";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "payjp-react-native",
3
3
  "description": "A React Native plugin for PAY.JP SDK",
4
- "version": "0.8.1",
4
+ "version": "0.8.3",
5
5
  "author": {
6
6
  "name": "PAY.JP",
7
7
  "email": "support@pay.jp",
package/sdkconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "ios": "2.1.1",
2
+ "ios": "2.1.3",
3
3
  "android": "2.1.1"
4
4
  }