blob: 5d18344bfa0fa016510d49cb977f41a821e7348e [file] [log] [blame]
apply plugin: 'android-library'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
defaultConfig {
ndk {
moduleName "hello-jni"
}
}
}