Sign in
android
/
platform
/
developers
/
samples
/
android
/
150bae1aff7709e9609561147ab516f88db5e96a
/
.
/
notification
/
CustomNotifications
/
build.gradle
blob: 2b8d1ef1a520aba3c8b5778f872ba995d069a529 [
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