build.gradle 269 B

1234567891011121314
  1. apply plugin: 'com.android.library'
  2. apply plugin: 'com.github.dcendents.android-maven'
  3. group='com.github.liangjingkanji'
  4. android {
  5. compileSdkVersion 28
  6. buildToolsVersion "28.0.3"
  7. defaultConfig {
  8. minSdkVersion 9
  9. targetSdkVersion 28
  10. }
  11. }