Skip to content
Snippets Groups Projects
Verified Commit 7c3b1ab7 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

remove unused build.gradle

parent 6e553e19
No related branches found
No related tags found
No related merge requests found
...@@ -16,27 +16,27 @@ ...@@ -16,27 +16,27 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { // buildscript {
//
repositories { // repositories {
google() // google()
jcenter() // jcenter()
} // }
dependencies { // dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' // classpath 'com.android.tools.build:gradle:4.1.3'
//
// NOTE: Do not place your application dependencies here; they belong // // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // // in the individual module build.gradle files
} // }
} // }
//
allprojects { // allprojects {
repositories { // repositories {
google() // google()
jcenter() // jcenter()
} // }
} // }
//
task clean(type: Delete) { // task clean(type: Delete) {
delete rootProject.buildDir // delete rootProject.buildDir
} // }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment