We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cede5b commit 5280fc7Copy full SHA for 5280fc7
1 file changed
packages/jsi/example/android/app/build.gradle
@@ -77,9 +77,9 @@ android {
77
buildToolsVersion rootProject.ext.buildToolsVersion
78
compileSdk rootProject.ext.compileSdkVersion
79
80
- namespace "nativescriptjsiexample"
+ namespace "org.nativescript.jsiexample"
81
defaultConfig {
82
- applicationId "nativescriptjsiexample"
+ applicationId "org.nativescript.jsiexample"
83
minSdkVersion rootProject.ext.minSdkVersion
84
targetSdkVersion rootProject.ext.targetSdkVersion
85
versionCode 1
0 commit comments