aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-29 18:10:34 -0800
committerAllan Wang <me@allanwang.ca>2020-02-29 18:10:34 -0800
commiteb4c4ae2aa084179881dac92bb3469f326545e04 (patch)
tree5ed45a783f5cda57c67c271fb39cecfa1d91a432 /buildSrc
parent25bd1b90509fe2b979e3461e0015f71085cb5dc9 (diff)
downloadkau-eb4c4ae2aa084179881dac92bb3469f326545e04.tar.gz
kau-eb4c4ae2aa084179881dac92bb3469f326545e04.tar.bz2
kau-eb4c4ae2aa084179881dac92bb3469f326545e04.zip
Remove explicit build tools and update viewbinding api usage
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt
index a90d80e..8a94a83 100644
--- a/buildSrc/src/main/kotlin/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/kau/Versions.kt
@@ -5,9 +5,6 @@ object Versions {
const val minSdk = 21
const val targetSdk = 29
- // https://developer.android.com/studio/releases/build-tools
- const val buildTools = "29.0.0"
-
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat?repo=google
const val appcompat = "1.1.0"