Skip to content

Commit 5280fc7

Browse files
committed
manually fix Android applicationId
1 parent 7cede5b commit 5280fc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/jsi/example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ android {
7777
buildToolsVersion rootProject.ext.buildToolsVersion
7878
compileSdk rootProject.ext.compileSdkVersion
7979

80-
namespace "nativescriptjsiexample"
80+
namespace "org.nativescript.jsiexample"
8181
defaultConfig {
82-
applicationId "nativescriptjsiexample"
82+
applicationId "org.nativescript.jsiexample"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
8585
versionCode 1

0 commit comments

Comments
 (0)