Skip to content

Commit 62c0206

Browse files
authored
Merge pull request #17 from plaidev/feature/expo-plugin-v0.1.3
Feature/expo plugin v0.1.3
2 parents 8f3203f + 5209d71 commit 62c0206

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

plugin/android/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ android {
8383
}
8484
}
8585

86-
kotlin {
87-
jvmToolchain(11)
88-
}
89-
90-
java {
91-
toolchain {
92-
languageVersion.set(JavaLanguageVersion.of(11))
93-
}
94-
}
95-
9686
repositories {
9787
mavenCentral()
9888
}

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karte-expo-plugin",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Config plugin for karte-react-native package",
55
"main": "build/withKarte.js",
66
"types": "build/withKarte.d.ts",

0 commit comments

Comments
 (0)