fix import; update .gradle; add ISpecificQuery

This commit is contained in:
2022-07-29 15:28:14 +08:00
parent 29ad3073a8
commit b7cfd0a7f9
9 changed files with 61 additions and 66 deletions

View File

@@ -15,16 +15,10 @@ buildscript {
}
}
allprojects {
ext {
version '2.0'
}
group 'com.synebula'
version version
}
subprojects {
group 'com.synebula'
version '1.0.0'
buildscript {
repositories {
mavenLocal()