react-native-printer-imin 0.2.1 → 0.4.0

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.
@@ -2,6 +2,10 @@ buildscript {
2
2
  repositories {
3
3
  google()
4
4
  mavenCentral()
5
+ maven{
6
+ allowInsecureProtocol = true
7
+ url 'https://www.jitpack.io'
8
+ }
5
9
  }
6
10
 
7
11
  dependencies {
@@ -78,6 +82,10 @@ android {
78
82
  repositories {
79
83
  mavenCentral()
80
84
  google()
85
+ maven{
86
+ allowInsecureProtocol = true
87
+ url 'https://www.jitpack.io'
88
+ }
81
89
  }
82
90
 
83
91
 
@@ -86,10 +94,11 @@ dependencies {
86
94
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
87
95
  //noinspection GradleDynamicVersion
88
96
  implementation "com.facebook.react:react-native:+"
89
- implementation files('libs/iminPrinterSDK.jar')
90
97
  implementation files('libs/IminLibs1.0.15.jar')
91
- implementation files('libs/IminStraElectronicSDK_V1.2.jar')
98
+ implementation files('libs/iminPrinterSDK-10_V1.0.9_2306201823.jar')
99
+ implementation "com.github.iminsoftware:IminPrinterLibrary:V1.0.0.9"
92
100
  implementation 'com.github.bumptech.glide:glide:4.16.0'
101
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
93
102
  }
94
103
 
95
104
  if (isNewArchitectureEnabled()) {
@@ -1,2 +1,4 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.printerimin"></manifest>
2
+ package="com.printerimin">
3
+ <uses-sdk tools:overrideLibrary="com.imin.printer"/>
4
+ </manifest>
@@ -1,5 +1,4 @@
1
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
- <queries>
3
- <package android:name="woyou.aidlservice.jiuiv5" />
4
- </queries>
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:tools="http://schemas.android.com/tools" package="com.printerimin">
3
+ <uses-sdk tools:overrideLibrary="com.imin.printer"/>
5
4
  </manifest>