blob: e89a91061fc66c2e3a4619fdc5104ac60e79374a [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
namespace "com.example.google.migrate2appcompat"
defaultConfig {
applicationId "com.example.google.migrate2appcompat"
minSdkVersion 23
targetSdkVersion 25
}
buildTypes {
release {
minifyEnabled false
}
}
}
dependencies {
api project(':mylibrary')
}