Skip to content

Commit fe26be6

Browse files
committedNov 19, 2019
Fix script change app
1 parent e37a3d2 commit fe26be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎change_app.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Replace file android/app/src/main/AndroidManifest.xml"
55
cp ./assets/store/$APP_NAME/android/AndroidMAnifest.xml ./android/app/src/main/AndroidManifest.xml
66

77
echo "Replace file app/build.gradle"
8-
cp ./assets/store/$APP_NAME/android/app.build.gradle ./android/app/src/build.gradle
8+
cp ./assets/store/$APP_NAME/android/app.build.gradle ./android/app/build.gradle
99

1010
echo "Replace android package structure"
1111
rm -r ./android/app/src/main/kotlin

0 commit comments

Comments
 (0)
Please sign in to comment.