blob: 384bff3c29b5c63e58af9bd64bf0f8431ed479aa [file] [log] [blame]
group 'io.flutter.plugins.firebase.firestore'
version '1.0-SNAPSHOT'
buildscript {
repositories {
google()
jcenter()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
}
}
allprojects {
repositories {
google()
jcenter()
mavenLocal()
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-firestore:15.+'
}
}