blob: e2c55776c56c4682677c1fdf1c0aca0143dad907 [file] [log] [blame]
androidApplication {
<warning>compileSdkVersion(27)</warning>
defaultConfig {
minSdkVersion(7)
targetSdkVersion(17)
versionCode = 1
versionName = "1.0"
}
productFlavors {
create("free") {
}
create("pro") {
}
}
}
declarativeDependencies {
compile("com.android.support:appcompat-v7:+")
freeCompile(<warning>"androidx.appcompat:appcompat:1.6.0"</warning>)
compile(<warning>"com.android.support:appcompat-v7:13.0.0"</warning>)
}