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