amino-os / Amino.Run-Demos

Amino.Run - Demo Applications
Apache License 2.0
5 stars 6 forks source link

Missing gradle file at root level with tasks common to the amino system #75

Closed Vishwa4jeet closed 5 years ago

Vishwa4jeet commented 5 years ago

Based on review comment: #66 (comment)

  1. To remove duplication of code from the android apps in the example repo.
  2. Create a gradle file with tasks which are common to the amino system, like: genStubs, compileStubs, runoms, runks and make all the android apps use the same rather than copying and pasting the same piece of code at all places.