-
Notifications
You must be signed in to change notification settings - Fork 251
Description
implementation 'com.vincent.filepicker:MultiTypeFilePicker:1.0.8'
buildscript {
/repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'io.Ffabric.tools:gradle:1.30.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}/
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url 'https://maven.google.com'
}
maven {
url "http://dl.bintray.com/amulyakhare/maven"
allowInsecureProtocol = true
}
/*maven {
url "https://dl.bintray.com/amulyakhare/maven"
}*/
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
//classpath 'com.android.tools.build:gradle:4.2.0'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.google.gms:google-services:4.3.14'
//classpath 'io.fabric.tools:gradle:1.31.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com'
}
maven {
url "https://jitpack.io"
}
maven {
url "http://dl.bintray.com/amulyakhare/maven"
allowInsecureProtocol = true
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}