123456789101112131415161718192021222324252627282930313233 |
- ext.versions = [
-
- minSdk : 16,
- compileSdk : 29,
- buildTools : '29.0.0',
- publishVersion : '3.1.1',
- publishVersionCode : 259,
-
- gradlePlugin : '3.5.0',
- spotlessPlugin : '3.24.2',
- versionPlugin : '0.22.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.50',
- coroutines : '1.3.0',
-
- assent : '2.3.1',
- dotsIndicator : '1.0.0',
- datePicker : '0.6.1',
-
- leakCanary : '2.0-beta-3'
- ]
|