@captureid/capacitor-cidprint 5.0.1 → 5.0.3

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.
@@ -1,7 +1,8 @@
1
1
  ext {
2
- junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.12'
3
- androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.1'
4
- androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.2.0'
2
+ junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.2'
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'
5
6
  }
6
7
 
7
8
  buildscript {
@@ -10,17 +11,22 @@ buildscript {
10
11
  jcenter()
11
12
  }
12
13
  dependencies {
13
- classpath 'com.android.tools.build:gradle:4.2.1'
14
+ classpath 'com.android.tools.build:gradle:8.0.0'
14
15
  }
15
16
  }
16
17
 
17
18
  apply plugin: 'com.android.library'
18
19
 
19
20
  android {
20
- compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 29
21
+ compileOptions {
22
+ sourceCompatibility JavaVersion.VERSION_17
23
+ targetCompatibility JavaVersion.VERSION_17
24
+ }
25
+ namespace "app.captureid.plugins.cidprint.capacitorplugincidprint"
26
+ compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 33
21
27
  defaultConfig {
22
28
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
23
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 29
29
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 33
24
30
  versionCode 1
25
31
  versionName "1.0"
26
32
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -42,18 +48,19 @@ repositories {
42
48
  mavenCentral()
43
49
  mavenLocal()
44
50
  maven {
45
- url("$rootDir/../node_modules/@captureid/capacitor3-cidprint/android")
51
+ url("$rootDir/../node_modules/@captureid/capacitor-cidprint/android")
46
52
  }
47
53
  }
48
54
 
49
55
  dependencies {
50
56
  implementation fileTree(dir: 'libs', include: ['*.jar'])
51
57
  implementation project(':capacitor-android')
58
+ implementation "app.captureid:cidprinterlibrary:1.0.5"
52
59
  testImplementation "junit:junit:$junitVersion"
53
60
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
54
61
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
55
- implementation 'androidx.appcompat:appcompat:1.2.0'
56
- implementation 'app.captureid:cidprinterlibrary:1.0.5'
62
+ implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
63
+ // implementation 'app.captureid:cidprinterlibrary:1.0.5'
57
64
  implementation 'app.captureid:supportv1:1.0.1'
58
65
  }
59
66
 
@@ -64,7 +71,7 @@ tasks.configure {
64
71
  .allprojects ({
65
72
  getRepositories()
66
73
  .mavenLocal({mavenRepository ->
67
- mavenRepository.setUrl("$rootDir/../node_modules/@captureid/capacitor3-cidprint/android")
74
+ mavenRepository.setUrl("$rootDir/../node_modules/@captureid/capacitor-cidprint/android")
68
75
  })
69
76
  })
70
77
  }
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
@@ -21,4 +21,4 @@ org.gradle.jvmargs=-Xmx1536m
21
21
  # https://developer.android.com/topic/libraries/support-library/androidx-rn
22
22
  android.useAndroidX=true
23
23
  # Automatically convert third-party libraries to use AndroidX
24
- android.enableJetifier=true
24
+ # android.enableJetifier=true
@@ -1,5 +1,3 @@
1
1
 
2
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="app.captureid.plugins.cidprint.capacitorplugincidprint">
4
- </manifest>
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android" />
5
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/capacitor-cidprint",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "CaptureID Printer Plugin",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",