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.
2 parents 8f3203f + 5209d71 commit 62c0206Copy full SHA for 62c0206
plugin/android/build.gradle
@@ -83,16 +83,6 @@ android {
83
}
84
85
86
-kotlin {
87
- jvmToolchain(11)
88
-}
89
-
90
-java {
91
- toolchain {
92
- languageVersion.set(JavaLanguageVersion.of(11))
93
- }
94
95
96
repositories {
97
mavenCentral()
98
plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "karte-expo-plugin",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Config plugin for karte-react-native package",
5
"main": "build/withKarte.js",
6
"types": "build/withKarte.d.ts",
0 commit comments