pull/2077/head
kunfei 2 years ago
parent fbc001df9e
commit 0d09f5df93
  1. 3
      build.gradle

@ -12,8 +12,6 @@ buildscript {
}
}
plugins {
id 'com.android.application' version "$agp_version" apply false
id 'com.android.library' version "$agp_version" apply false
@ -21,7 +19,6 @@ plugins {
id "de.timfreiheit.resourceplaceholders" version "0.4" apply false
id "de.undercouch.download" version "5.1.0" apply false
id "com.google.gms.google-services" version "4.3.10" apply false
}
task clean(type: Delete) {

Loading…
Cancel
Save