An open API service indexing awesome lists of open source software.

https://github.com/h1gdev/android-bazel-app


https://github.com/h1gdev/android-bazel-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gradle

```sh
./gradlew assembleDebug
```

# Bazel

```sh
bazel build //app/src/main:app
```