Sign in
android
/
platform
/
developers
/
samples
/
android
/
150bae1aff7709e9609561147ab516f88db5e96a
/
.
/
notification
/
NotificationChannels
/
build.gradle
blob: 9b6a9ce46fa12b7516792a9dc2709584ea9415bb [
file
] [
log
] [
blame
]
// BEGIN_EXCLUDE
import
com
.
example
.
android
.
samples
.
build
.
SampleGenPlugin
apply plugin
:
SampleGenPlugin
samplegen
{
pathToBuild
"../../../../build"
pathToSamplesCommon
"../../common"
}
apply
from
:
"../../../../build/build.gradle"
// END_EXCLUDE