Skip to content

Commit c0f5e65

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ android {
7979

8080
namespace "nativescriptjsiexample"
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)