This commit is contained in:
lunaticbum
2024-11-11 18:12:06 +09:00
parent f2311bd7f9
commit 256a13b7df
219 changed files with 12544 additions and 326 deletions
+1
View File
@@ -0,0 +1 @@
/build
+15
View File
@@ -0,0 +1,15 @@
apply plugin: 'java'
//apply plugin: 'com.novoda.bintray-release'
//publish {
// userOrg = 'thefinestartist'
// groupId = 'com.thefinestartist'
// artifactId = 'annotations'
// publishVersion = rootProject.ext.versionName
// desc = 'Context free and basic utils to build Android project conveniently.'
// website = 'https://github.com/TheFinestArtist/AndroidBaseUtils'
//}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}