blob: 4644ddc4756a0623d9a4b840b4b5fb02c6eea85a [file] [log] [blame]
apply plugin: 'com.android.library'
android {
namespace "google.mylibrary"
compileSdkVersion 25
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
}
dependencies {
}