blob: c4eed3c5b7d4f3b03d21752a9511b49c054a9a1e [file] [log] [blame]
import androidx.build.LibraryType
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
implementation("androidx.buildSrc-tests:buildSrc-tests-max-dep-versions-dep:1.0.0")
}
android {
namespace "androidx.testapp"
}
androidx {
name = "Sample Dependent library"
type = LibraryType.SAMPLES
inceptionYear = "2020"
description = "This is a sample library for confirming that maxDepVersions builds work correctly"
}