Skip to content

Commit

Permalink
Merge pull request #17 from plaidev/feature/expo-plugin-v0.1.3
Browse files Browse the repository at this point in the history
Feature/expo plugin v0.1.3
  • Loading branch information
harukitosa authored Aug 16, 2024
2 parents 8f3203f + 5209d71 commit 62c0206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ android {
}
}

kotlin {
jvmToolchain(11)
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karte-expo-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "Config plugin for karte-react-native package",
"main": "build/withKarte.js",
"types": "build/withKarte.d.ts",
Expand Down

0 comments on commit 62c0206

Please sign in to comment.