We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ddc08 commit e899c4eCopy full SHA for e899c4e
library/build.gradle
@@ -33,9 +33,10 @@ android {
33
}
34
35
namespace 'org.maplibre.android.gestures'
36
- kotlinOptions {
37
- jvmTarget = '17'
38
- }
+}
+
+kotlin {
39
+ jvmToolchain(11)
40
41
42
dependencies {
library/gradle.properties
@@ -1,2 +1,2 @@
1
-VERSION_NAME=0.0.1
+VERSION_NAME=0.0.2
2
POM_NAME=MapLibre Android Gestures Library
settings.gradle
@@ -1 +1,5 @@
+plugins {
+ id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
3
4
5
include ':app', ':library'
0 commit comments