Skip to content

Commit 707c794

Browse files
committed
fix applicationId
1 parent eb386a0 commit 707c794

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/jsi/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: "kotlin-android"
3333
apply plugin: "com.facebook.react"
3434

3535
android {
36-
namespace "com.nativescriptjsi"
36+
namespace "org.nativescript.jsi"
3737

3838
compileSdkVersion getExtOrDefault("compileSdkVersion")
3939

packages/jsi/example/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"ios": {
1616
"supportsTablet": true,
17-
"bundleIdentifier": "nativescriptjsi.example"
17+
"bundleIdentifier": "org.nativescript.jsi.example"
1818
},
1919
"android": {
2020
"adaptiveIcon": {
2121
"foregroundImage": "./assets/adaptive-icon.png",
2222
"backgroundColor": "#ffffff"
2323
},
2424
"edgeToEdgeEnabled": true,
25-
"package": "nativescriptjsi.example"
25+
"package": "org.nativescript.jsi.example"
2626
},
2727
"web": {
2828
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)