Skip to content

Commit

Permalink
fix namespace in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Aug 16, 2024
1 parent 727598e commit 89e29ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/pure.femto/build-android-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ pushd ${DST_DIR}
sed -i "${P}" app/build.gradle
P="s/compileSdkVersion 29/compileSdkVersion ${APP_SDK_VERSION}/"
sed -i "${P}" app/build.gradle
P="s/namespace 'com.pureqml.android'/namespace '${APP_DOMAIN}'/"
sed -i "${P}" app/build.gradle


if [ ! -z "$APP_ICON_COLOR" ]; then
Expand Down

0 comments on commit 89e29ba

Please sign in to comment.