create new android app

This commit is contained in:
Satindar Dhillon
2022-08-02 14:54:34 -07:00
parent f0a89bab4d
commit e340141ca9
39 changed files with 999 additions and 0 deletions

View File

@ -7,6 +7,9 @@ apple_graphql_gen:
apple_extension_gen:
$(MAKE) -C apple extension_gen
droid:
studio android/Omnivore
apple_webview_gen:
yarn workspace @omnivore/appreader build
cp packages/appreader/build/bundle.js apple/OmnivoreKit/Sources/Views/Resources/bundle.js