...
This commit is contained in:
@@ -17,6 +17,24 @@ plugins {
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
|
||||
ext {
|
||||
// minSdkVersion = 7
|
||||
// targetSdkVersion = 23
|
||||
// compileSdkVersion = 23
|
||||
// buildToolsVersion = '23.0.2'
|
||||
//
|
||||
// sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
// targetCompatibility = JavaVersion.VERSION_1_7
|
||||
//
|
||||
// versionCode = 1
|
||||
// versionName = '0.9.5'
|
||||
//
|
||||
// supportLibVersion = '23.3.0'
|
||||
// playLibVersion = '8.4.0'
|
||||
}
|
||||
|
||||
//repositories {
|
||||
// mavenCentral()
|
||||
// maven {
|
||||
|
||||
Reference in New Issue
Block a user