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 | |
} |