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.

config.gradle 237B

12345678910
  1. ext {
  2. // Sdk and tools
  3. targetSdkVersion = 28
  4. compileSdkVersion = 28
  5. buildToolsVersion = '28.0.3'
  6. // Google Support
  7. supportLibraryVersion = '28.0.0'
  8. constraintlayoutVersion = '1.1.3'
  9. junitVersion = '4.12'
  10. }