We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.6.2
1 parent 5770891 commit 14daef4Copy full SHA for 14daef4
build.gradle.kts
@@ -18,7 +18,7 @@ fun getProjectProperty(name: String) = project.properties[name] as? String
18
19
group = "xyz.dynxsty"
20
val archivesBaseName = "dih4jda"
21
-version = "1.7.0"
+version = "1.6.2"
22
23
val javaVersion = JavaVersion.current()
24
var isCI: Boolean = System.getProperty("GIT_COMMIT") != null // jitpack
0 commit comments