omikit-plugin 3.2.54 → 3.2.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,9 +92,6 @@ android {
92
92
 
93
93
  kotlinOptions {
94
94
  jvmTarget = "1.8"
95
- languageVersion = "1.6" // Minimum supported language version for compatibility
96
- apiVersion = "1.6"
97
- freeCompilerArgs += ["-Xskip-prerelease-check"]
98
95
  }
99
96
 
100
97
 
@@ -1,7 +1,7 @@
1
- OmikitPlugin_kotlinVersion=1.7.10
1
+ OmikitPlugin_kotlinVersion=1.8
2
2
  OmikitPlugin_minSdkVersion=24
3
3
  OmikitPlugin_targetSdkVersion=33
4
4
  OmikitPlugin_compileSdkVersion=33
5
5
  OmikitPlugin_ndkversion=21.4.7075529
6
6
  OMI_USER=omicall
7
- OMI_TOKEN=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
7
+ OMI_TOKEN=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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.54",
3
+ "version": "3.2.55",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",