This commit is contained in:
lunaticbum
2024-11-12 14:25:30 +09:00
parent 256a13b7df
commit 4b51b9807a
137 changed files with 10303 additions and 6630 deletions
-29
View File
@@ -17,32 +17,3 @@ 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 {
// url = uri("https://jitpack.io")
// }
// jcenter()
// mavenLocal()
// flatDir {
// dirs("libs")
// }
//}