Kotlin / anko-example

A small application built with Anko DSL
https://github.com/JetBrains/anko
Apache License 2.0
284 stars 64 forks source link

Update build.gradle #6

Closed sergiiz closed 7 years ago

sergiiz commented 8 years ago

support:appcompat-v7 is not used in the app but brings almost 1mb extra size for apk file & longer build time

yanex commented 7 years ago

Appcompat library is now used in this example. Appcompat is not really needed for this project, but almost all new Android applications include it.