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 827444e commit e254c0bCopy full SHA for e254c0b
VideoOS/auto_assemble.sh
@@ -1,3 +1,8 @@
1
#!/bin/bash
2
+TOKEN="45575a29a8a6ab766ebb0ae78879da23"
3
+SHORT="AndroidDevApp"
4
+
5
cd videoos_dev_app
6
gradle clean assembleRelease
7
8
+fir publish --short=$SHORT --token=$TOKEN ./build/outputs/apk/videoos_dev_app-release.apk
0 commit comments