omikit-plugin 3.2.55 → 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,13 +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"
94
+ jvmTarget = "17"
95
95
  }
96
96
 
97
97
 
@@ -103,7 +103,7 @@ android {
103
103
 
104
104
  tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
105
105
  kotlinOptions {
106
- jvmTarget = "1.8"
106
+ jvmTarget = "17"
107
107
  }
108
108
  }
109
109
 
@@ -1,4 +1,4 @@
1
- OmikitPlugin_kotlinVersion=1.8
1
+ OmikitPlugin_kotlinVersion=1.8.20
2
2
  OmikitPlugin_minSdkVersion=24
3
3
  OmikitPlugin_targetSdkVersion=33
4
4
  OmikitPlugin_compileSdkVersion=33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.55",
3
+ "version": "3.2.56",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",