2
0

android.gradle 177 B

1234567891011
  1. apply plugin: "com.android.library"
  2. android {
  3. dexOptions{
  4. javaMaxHeapSize "4g"
  5. }
  6. compileSdkVersion(29)
  7. defaultConfig {
  8. minSdkVersion(15)
  9. }
  10. }