https://github.com/h1gdev/android-bazel-app
https://github.com/h1gdev/android-bazel-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h1gdev/android-bazel-app
- Owner: H1Gdev
- Created: 2021-05-18T06:27:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T01:51:28.000Z (about 5 years ago)
- Last Synced: 2025-03-12T01:53:23.938Z (about 1 year ago)
- Language: Starlark
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle
```sh
./gradlew assembleDebug
```
# Bazel
```sh
bazel build //app/src/main:app
```