[go: nahoru, domu]

blob: 69da2cb164844d97f3acaed0bf7b2c7d8d848223 [file] [log] [blame]
import androidx.build.LibraryType
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
android {
namespace "androidx.buildSrc.tests.lib"
}
androidx {
name = "Sample Library"
publish = Publish.SNAPSHOT_AND_RELEASE
mavenGroup = LibraryGroups.BUILDSRC_TESTS
type = LibraryType.SAMPLES
inceptionYear = "2020"
description = "This is a sample library for confirming that maxDepVersions builds work correctly"
}