chore(android): Modify package name.
This commit is contained in:
parent
a9e5bdb91e
commit
2557b6020b
@ -86,7 +86,7 @@ def configureReactNativePom(def pom) {
|
||||
name packageJson.title
|
||||
artifactId packageJson.name
|
||||
version = packageJson.version
|
||||
group = "com.uiwjs"
|
||||
group = "com.uiwjs.alipay"
|
||||
description packageJson.description
|
||||
url packageJson.repository.baseUrl
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.uiwjs">
|
||||
package="com.uiwjs.alipay">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.uiwjs;
|
||||
package com.uiwjs.alipay;
|
||||
|
||||
import com.alipay.sdk.app.AuthTask;
|
||||
import com.alipay.sdk.app.PayTask;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.uiwjs;
|
||||
package com.uiwjs.alipay;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
|
Loading…
Reference in New Issue
Block a user