update of gradle wrapper and publishing scripts

This commit is contained in:
2023-09-20 21:39:01 +06:00
parent 7fbf80a52a
commit 8613f350e3
10 changed files with 1938 additions and 10 deletions

View File

@@ -47,6 +47,11 @@ kotlin {
}
android {
publishAllLibraryVariants()
compilations.all {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
linuxArm64()
linuxArm32Hfp()