metamap-capacitor-plugin 4.9.6 → 4.9.8
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.
package/android/build.gradle
CHANGED
|
@@ -1,109 +1,19 @@
|
|
|
1
|
-
//ext {
|
|
2
|
-
// junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.1'
|
|
3
|
-
// androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
|
|
4
|
-
// androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.5'
|
|
5
|
-
// androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1'
|
|
6
|
-
//}
|
|
7
|
-
//
|
|
8
|
-
//buildscript {
|
|
9
|
-
// repositories {
|
|
10
|
-
// google()
|
|
11
|
-
// mavenCentral()
|
|
12
|
-
// maven { url "https://jitpack.io" }
|
|
13
|
-
// }
|
|
14
|
-
// dependencies {
|
|
15
|
-
// classpath 'com.android.tools.build:gradle:8.3.0'
|
|
16
|
-
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
|
|
17
|
-
// }
|
|
18
|
-
//}
|
|
19
|
-
//
|
|
20
|
-
//apply plugin: 'com.android.library'
|
|
21
|
-
//
|
|
22
|
-
//android {
|
|
23
|
-
// namespace "com.getmati.plugins.capacitor"
|
|
24
|
-
// compileSdkVersion 34
|
|
25
|
-
// defaultConfig {
|
|
26
|
-
// minSdkVersion 22
|
|
27
|
-
// targetSdkVersion 33
|
|
28
|
-
// versionCode 1
|
|
29
|
-
// versionName "1.0"
|
|
30
|
-
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
31
|
-
// }
|
|
32
|
-
// buildTypes {
|
|
33
|
-
// release {
|
|
34
|
-
// minifyEnabled false
|
|
35
|
-
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
36
|
-
// }
|
|
37
|
-
// }
|
|
38
|
-
// lintOptions {
|
|
39
|
-
// abortOnError false
|
|
40
|
-
// }
|
|
41
|
-
// compileOptions {
|
|
42
|
-
// sourceCompatibility JavaVersion.VERSION_11
|
|
43
|
-
// targetCompatibility JavaVersion.VERSION_11
|
|
44
|
-
// }
|
|
45
|
-
//}
|
|
46
|
-
//
|
|
47
|
-
//repositories {
|
|
48
|
-
// google()
|
|
49
|
-
// mavenCentral()
|
|
50
|
-
// maven { url "https://jitpack.io" }
|
|
51
|
-
//}
|
|
52
|
-
//
|
|
53
|
-
//
|
|
54
|
-
//dependencies {
|
|
55
|
-
// implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
56
|
-
// implementation project(':capacitor-android')
|
|
57
|
-
// implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
58
|
-
// implementation ('com.metamap:android-sdk:3.42.16') {
|
|
59
|
-
// exclude group: "com.airbnb.android", module: "lottie-compose"
|
|
60
|
-
// exclude group: "org.jetbrains.compose.runtime", module: "runtime-android"
|
|
61
|
-
// exclude group: "org.jetbrains.compose.runtime", module: "runtime-desktop"
|
|
62
|
-
// }
|
|
63
|
-
//}
|
|
64
|
-
//
|
|
65
|
-
//
|
|
66
|
-
//
|
|
67
|
-
//
|
|
68
|
-
//
|
|
69
|
-
//
|
|
70
|
-
//
|
|
71
|
-
//
|
|
72
|
-
//
|
|
73
|
-
//
|
|
74
|
-
//
|
|
75
|
-
//
|
|
76
|
-
//
|
|
77
|
-
//
|
|
78
|
-
//
|
|
79
|
-
//
|
|
80
|
-
//
|
|
81
|
-
//
|
|
82
|
-
//
|
|
83
|
-
//
|
|
84
|
-
//
|
|
85
|
-
//
|
|
86
|
-
|
|
87
1
|
apply plugin: 'com.android.library'
|
|
88
2
|
|
|
89
3
|
android {
|
|
90
4
|
namespace "com.getmati.plugins.capacitor"
|
|
91
5
|
|
|
92
|
-
compileSdk
|
|
6
|
+
compileSdk 36
|
|
93
7
|
|
|
94
8
|
defaultConfig {
|
|
95
9
|
minSdk 22
|
|
96
|
-
targetSdk
|
|
10
|
+
targetSdk 36
|
|
97
11
|
}
|
|
98
12
|
|
|
99
13
|
compileOptions {
|
|
100
14
|
sourceCompatibility JavaVersion.VERSION_17
|
|
101
15
|
targetCompatibility JavaVersion.VERSION_17
|
|
102
16
|
}
|
|
103
|
-
|
|
104
|
-
kotlinOptions {
|
|
105
|
-
jvmTarget = "17"
|
|
106
|
-
}
|
|
107
17
|
}
|
|
108
18
|
|
|
109
19
|
dependencies {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metamap-capacitor-plugin",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.8",
|
|
4
4
|
"description": "Capacitor plugin for MetaMap SDK",
|
|
5
5
|
"main": "dist/plugin.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"author": "Avo Sukiasyan",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@capacitor/android": "^8.
|
|
24
|
-
"@capacitor/cli": "^8.
|
|
25
|
-
"@capacitor/core": "^8.
|
|
26
|
-
"@capacitor/ios": "^8.
|
|
23
|
+
"@capacitor/android": "^8.1.0",
|
|
24
|
+
"@capacitor/cli": "^8.1.0",
|
|
25
|
+
"@capacitor/core": "^8.1.0",
|
|
26
|
+
"@capacitor/ios": "^8.1.0",
|
|
27
27
|
"@ionic/prettier-config": "^2.0.0",
|
|
28
28
|
"@ionic/swiftlint-config": "^1.1.2",
|
|
29
29
|
"@rollup/plugin-node-resolve": "^13.0.6",
|