Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexorz committed Sep 13, 2021
1 parent e3516a9 commit b69dfea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.rong.libcore.rn">
package="cn.rongcloud.imlib.react">
<application>

</application>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rongcloud-react-native-imlib",
"description": "React Native RongCloud IMLib",
"version": "0.3.12",
"version": "0.3.13",
"license": "MIT",
"main": "lib/js",
"author": {
Expand All @@ -15,6 +15,7 @@
"lib/android/src",
"lib/android/libs",
"lib/android/build.gradle",
"react-native.config.js",
"rongcloud-react-native-imlib.podspec"
],
"repository": {
Expand Down
8 changes: 7 additions & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module.exports = { project: { android: { sourceDir: "lib/android" } } };
module.exports = {
dependency: {
platforms: {
android: { sourceDir: "lib/android" },
},
},
};

0 comments on commit b69dfea

Please sign in to comment.