blob: 66f4f1c271d24669c34b01f40a1de21d3f1a1d86 [file] [log] [blame]
// Generated file. Do not edit.
allprojects {
repositories {
google()
mavenCentral()
}
}
apply plugin: "com.android.library"
apply plugin: "kotlin-android"
android {
namespace = "{{androidIdentifier}}"
compileSdk = {{compileSdkVersion}}
defaultConfig {
minSdk = {{minSdkVersion}}
targetSdk = {{targetSdkVersion}}
}
}