Remove extra comments in the build scripts

This commit is contained in:
xynngh
2019-12-01 13:31:29 +04:00
parent 456b7098c3
commit 3876db8043

View File

@@ -1,5 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
google() google()
@@ -7,9 +5,6 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.android.tools.build:gradle:3.5.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
} }
} }