This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
java/org/hyperledger/indy/sdk/reactnative Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def configureReactNativePom(def pom) {
100
100
name packageJson. title
101
101
artifactId packageJson. name
102
102
version = packageJson. version
103
- group = " com.reactlibrary "
103
+ group = " org.hyperledger.indy.sdk.reactnative "
104
104
description packageJson. description
105
105
url packageJson. repository. baseUrl
106
106
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
-->
16
16
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
17
- package =" com.reactlibrary " >
17
+ package =" org.hyperledger.indy.sdk.reactnative " >
18
18
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
19
19
</manifest >
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com . reactlibrary ;
17
+ package org . hyperledger . indy . sdk . reactnative ;
18
18
19
19
import android .annotation .TargetApi ;
20
20
import android .util .Log ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com . reactlibrary ;
17
+ package org . hyperledger . indy . sdk . reactnative ;
18
18
19
19
import java .util .Arrays ;
20
20
import java .util .Collections ;
You can’t perform that action at this time.
0 commit comments