Skip to content

Commit 89e29ba

Browse files
committed
fix namespace in build.gradle
1 parent 727598e commit 89e29ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/pure.femto/build-android-native.sh

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ pushd ${DST_DIR}
103103
sed -i "${P}" app/build.gradle
104104
P="s/compileSdkVersion 29/compileSdkVersion ${APP_SDK_VERSION}/"
105105
sed -i "${P}" app/build.gradle
106+
P="s/namespace 'com.pureqml.android'/namespace '${APP_DOMAIN}'/"
107+
sed -i "${P}" app/build.gradle
106108

107109

108110
if [ ! -z "$APP_ICON_COLOR" ]; then

0 commit comments

Comments
 (0)