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 gradle, anko, and android versions #17

Closed kousen closed 11 months ago

kousen commented 6 years ago

Upgraded gradle wrapper to 4.6, android target to 28, anko to 1.10.7, android plugin to 3.2.1, and fixed associated dependency versions. Also renamed 'compile' to 'implementation' in app build.gradle.

Note appcompat-v7 version 28.0.3 isn't available yet, so left it as 28.0.0.

Also, ApplicationTest.java should be removed.

yanex commented 11 months ago

The PR is closed as Anko is deprecated.