This commit is contained in:
2020-08-31 21:54:31 -07:00
committed by Tom Hicks
parent 2a963cea0a
commit 5113283550
27 changed files with 258 additions and 805 deletions

View File

@@ -2,13 +2,10 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
def nav_version = "2.3.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath "com.android.tools.build:gradle:4.0.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -18,12 +15,10 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
// maven { url "https://oss.jfrog.org/libs-snapshot" }
// maven { url 'http://repo1.maven.org/maven2' }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
}