We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68b16c commit 4353857Copy full SHA for 4353857
build.gradle.kts
@@ -28,7 +28,7 @@ version = project.property("version") as String
28
java {
29
withSourcesJar()
30
withJavadocJar()
31
- sourceCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
32
}
33
34
val aar by configurations.creating
@@ -62,12 +62,12 @@ tasks {
62
compileKotlin {
63
dependsOn(extractClasses)
64
kotlinOptions {
65
- jvmTarget = JavaVersion.VERSION_11.toString()
+ jvmTarget = JavaVersion.VERSION_17.toString()
66
67
68
compileTestKotlin {
69
70
71
72
73
withType<Sign>().configureEach {
gradle.properties
@@ -1 +1 @@
1
-version=0.4.0
+version=0.4.1
0 commit comments