We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e37a3d2 commit fe26be6Copy full SHA for fe26be6
change_app.sh
@@ -5,7 +5,7 @@ echo "Replace file android/app/src/main/AndroidManifest.xml"
5
cp ./assets/store/$APP_NAME/android/AndroidMAnifest.xml ./android/app/src/main/AndroidManifest.xml
6
7
echo "Replace file app/build.gradle"
8
-cp ./assets/store/$APP_NAME/android/app.build.gradle ./android/app/src/build.gradle
+cp ./assets/store/$APP_NAME/android/app.build.gradle ./android/app/build.gradle
9
10
echo "Replace android package structure"
11
rm -r ./android/app/src/main/kotlin
0 commit comments