Skip to content

Commit

Permalink
Fixed package.json and AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 17, 2020
1 parent 68b75f6 commit 9ee5a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnativemalwarelytics">
package="com.wultra.android.reactnative.malwarelytics">

</manifest>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-malwarelytics",
"version": "0.11.0",
"version": "0.11.1",
"description": "React Native module for Malwarelytics SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -13,6 +13,7 @@
"android/src/main/java/com/wultra/android/reactnative/malwarelytics/MalwarelyticsPackage.kt",
"android/build.gradle",
"android/configure.gradle",
"android/gradle.properties",
"src",
"lib",
"!lib/typescript/example",
Expand Down

0 comments on commit 9ee5a4e

Please sign in to comment.