dependencies.gradle 688 B

12345678910111213141516171819202122232425262728
  1. ext.versions = [
  2. // Project
  3. minSdk : 16,
  4. compileSdk : 28,
  5. buildTools : '28.0.3',
  6. publishVersion : '2.0.0-rc11',
  7. publishVersionCode : 228,
  8. // Plugins
  9. gradlePlugin : '3.3.1',
  10. spotlessPlugin : '3.17.0',
  11. versionPlugin : '0.20.0',
  12. bintrayPlugin : '0.9',
  13. // AndroidX
  14. androidxCore : '1.0.2',
  15. androidxAnnotation : '1.0.1',
  16. androidxRecyclerView: '1.0.0',
  17. androidxMaterial : '1.0.0',
  18. // Kotlin
  19. kotlin : '1.3.21',
  20. coroutines : '1.1.1',
  21. // afollestad
  22. assent : '2.2.3',
  23. dotsIndicator : '1.0.0'
  24. ]