aboutsummaryrefslogtreecommitdiff
path: root/examples/ex5_schedule_rpc/build.gradle
AgeCommit message (Collapse)Author
2021-10-19Snippet lib release v1.3.1Xianyuan Jia
2021-10-01Update Gradle, project dependencies, and SDK versions. (#110)xianyuanjia
2019-01-28Fix examples. (#102)Ang Li
* Fix ex2 and ex4 builds * Update unsupported target SDK version. * Update usage of deprecated API of instrumentation registry. * Update apk path in tutorial.
2019-01-28Migrate to `androidx`. (#101)Ang Li
2018-06-01Update gradle and project deps. (#94)Ang Li
2018-03-24Snippet lib release v1.3.0. (#92)Matthew
Snippet lib release v1.3.0.
2017-12-15Revert "Revert "Update gradle, dependency versions and fix lint reported ↵Ang Li
issues (#80)" (#82)" (#83) This reverts commit c0d86eb455d97c0969291755162cd6c7ae7ca689.
2017-12-15Revert "Update gradle, dependency versions and fix lint reported issues ↵Ang Li
(#80)" (#82) This reverts commit aeddc8bcd123ddf6c865622464001fe0f3835b87.
2017-12-15Update gradle, dependency versions and fix lint reported issues (#80)Keith Dart
* Update to latest build tools. * Fix lint issues and reformat. * Add presubmit target. * Fix IDE reported issues. * Fix test runner versions in example. * Review feedback changes. * Make getPrivateInetAddress a private method.
2017-06-20update gradle and linting (#65)David T.H. Kao
* update gradle and linting * changes * example gradles
2017-06-19Support of RPC scheduling (#61)l-meng
* Support of RPC scheduling To perform operations while device is disconnected (e.g., USB is off), RPCs need to be scheduled with certain delay before disconnection happens. While device is disconnected, as long as the snippet is still running, the scheduled RPCs should be able to be executed. The RPC result could be retrieved as cached events once device get back online.