Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
167 days ago
Does it still ultimately call into gradle to perform the build?
1 comments
mihael
167 days ago
Yes, since we need Gradle dependencies in order to build rich UI with AndroidX or Material Design. But if you're interested in a minimal approach without Gradle, check out the example by @purpln here:
https://github.com/purpln/android-example
link