blob: 6925193f97f08f3fd4ce2d8b229f945a673a8a5f [file] [log] [blame]
group 'io.flutter.plugins.firebasemessaging'
version '1.0-SNAPSHOT'
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
rootProject.allprojects {
repositories {
google()
jcenter()
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion '26.0.3'
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-core:[11.4.0,12.0['
api 'com.google.firebase:firebase-messaging:[11.4.0,12.0['
}
}