1234567891011121314151617181920212223242526272829 |
- ext.versions = [
-
- minSdk : 16,
- compileSdk : 29,
- buildTools : '29.0.0',
- publishVersion : '3.0.0-rc2',
- publishVersionCode : 251,
-
- gradlePlugin : '3.4.1',
- spotlessPlugin : '3.22.0',
- versionPlugin : '0.21.0',
- bintrayPlugin : '0.9.1',
-
- androidxCore : '1.0.2',
- androidxAnnotation : '1.1.0',
- androidxRecyclerView: '1.0.0',
- androidxMaterial : '1.0.0',
- lifecycle : '2.0.0',
-
- kotlin : '1.3.31',
- coroutines : '1.2.1',
-
- assent : '2.3.0',
- dotsIndicator : '1.0.0'
- ]
|