12345678910111213141516171819202122232425262728 |
- ext.versions = [
- // Project
- minSdk : 16,
- compileSdk : 28,
- buildTools : '28.0.3',
- publishVersion : '2.0.0-rc5',
- publishVersionCode : 222,
- // Plugins
- gradlePlugin : '3.2.1',
- spotlessPlugin : '3.17.0',
- versionPlugin : '0.20.0',
- bintrayPlugin : '0.9',
- // AndroidX
- androidxCore : '1.0.2',
- androidxAnnotation : '1.0.1',
- androidxRecyclerView: '1.0.0',
- androidxMaterial : '1.0.0',
- // Kotlin
- kotlin : '1.3.11',
- coroutines : '1.1.0',
- // afollestad
- assent : '2.2.0',
- dotsIndicator : '1.0.0'
- ]
|