omikit-plugin 3.2.54 → 3.2.56

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.
@@ -85,16 +85,13 @@ android {
85
85
  }
86
86
 
87
87
  compileOptions {
88
- sourceCompatibility JavaVersion.VERSION_1_8
89
- targetCompatibility JavaVersion.VERSION_1_8
88
+ sourceCompatibility JavaVersion.VERSION_17
89
+ targetCompatibility JavaVersion.VERSION_17
90
90
  }
91
91
 
92
92
 
93
93
  kotlinOptions {
94
- jvmTarget = "1.8"
95
- languageVersion = "1.6" // Minimum supported language version for compatibility
96
- apiVersion = "1.6"
97
- freeCompilerArgs += ["-Xskip-prerelease-check"]
94
+ jvmTarget = "17"
98
95
  }
99
96
 
100
97
 
@@ -106,7 +103,7 @@ android {
106
103
 
107
104
  tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
108
105
  kotlinOptions {
109
- jvmTarget = "1.8"
106
+ jvmTarget = "17"
110
107
  }
111
108
  }
112
109
 
@@ -1,7 +1,7 @@
1
- OmikitPlugin_kotlinVersion=1.7.10
1
+ OmikitPlugin_kotlinVersion=1.8.20
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.56",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",