Skip to content

Commit 84e6097

Browse files
authored
Merge pull request #19 from tikidunpon/fix/remove-kotlin-version-override
expo52系との互換性を保つためkotlinバージョンの上書き処理を削除
2 parents 62c0206 + 76d5b06 commit 84e6097

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plugin/src/withKarteAndroid.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import {
22
ConfigPlugin,
33
withDangerousMod,
4-
AndroidConfig,
5-
withGradleProperties,
64
ExportedConfigWithProps,
75
} from "expo/config-plugins";
86
import fs from "fs";
@@ -18,14 +16,6 @@ export const withKarteAndroid: ConfigPlugin<ConfigProps> = (config, props) => {
1816
return config;
1917
},
2018
]);
21-
config = withGradleProperties(config, (config) => {
22-
AndroidConfig.BuildProperties.updateAndroidBuildProperty(
23-
config.modResults,
24-
"android.kotlinVersion",
25-
"1.6.10"
26-
);
27-
return config;
28-
});
2919
return config;
3020
};
3121

0 commit comments

Comments
 (0)