You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- ext {
- // Sdk and tools
- targetSdkVersion = 28
- compileSdkVersion = 28
- buildToolsVersion = '28.0.3'
- // Google Support
- supportLibraryVersion = '28.0.0'
- constraintlayoutVersion = '1.1.3'
- junitVersion = '4.12'
- }
|