blob: 25a96bfecc977f285cfa7556be928a4fb9228783 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
}
android {
defaultConfig {
minSdkVersion 21
}
namespace "androidx.recommendation"
}
androidx {
name = "Android Support Recommendation"
publish = Publish.SNAPSHOT_AND_RELEASE
inceptionYear = "2015"
description = "Android Support Recommendation"
failOnDeprecationWarnings = false
}