Parcourir la source

新增gainscha模块

张田田 il y a 3 jours
Parent
commit
0f211d8344

+ 1 - 1
library/device/printer/build.gradle.kts

@@ -40,5 +40,5 @@ dependencies {
   implementation(project(":core"))
   implementation(libs.gson)
   implementation(libs.okhttp)
-  implementation("com.gainscha:sdk2:2.0.0")
+  implementation("com.gainscha:sdk2:2.0.3")
 }

BIN
local-repo/com/gainscha/sdk2/2.0.3/sdk2-2.0.3.aar


+ 65 - 0
local-repo/com/gainscha/sdk2/2.0.3/sdk2-2.0.3.pom

@@ -0,0 +1,65 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <!--  This module was also published with a richer model, Gradle metadata,   -->
+  <!--  which should be used instead. Do not delete the following line which   -->
+  <!--  is to indicate to Gradle or any Gradle module metadata file consumer   -->
+  <!--  that they should prefer consuming it instead.  -->
+  <!--  do_not_remove: published-with-gradle-metadata  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.gainscha</groupId>
+  <artifactId>sdk2</artifactId>
+  <version>2.0.3</version>
+  <packaging>aar</packaging>
+  <name>sdk2</name>
+  <description/>
+  <url/>
+  <licenses>
+    <license>
+      <name>The Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>admin</id>
+      <name>admin</name>
+      <email>592088744@qq.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection/>
+    <developerConnection/>
+    <url/>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>androidx.annotation</groupId>
+      <artifactId>annotation</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.jcraft</groupId>
+      <artifactId>jzlib</artifactId>
+      <version>1.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.gainscha</groupId>
+      <artifactId>serial-port</artifactId>
+      <version>2.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.gainscha</groupId>
+      <artifactId>jzint</artifactId>
+      <version>0.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.gainscha</groupId>
+      <artifactId>fimage</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

+ 14 - 0
local-repo/com/gainscha/sdk2/maven-metadata.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata modelVersion="1.1.0">
+  <groupId>com.gainscha</groupId>
+  <artifactId>sdk2</artifactId>
+  <versioning>
+    <latest>2.1.6-SNAPSHOT</latest>
+    <release>2.0.3</release>
+    <versions>
+      <version>2.0.3</version>
+      <version>2.1.6-SNAPSHOT</version>
+    </versions>
+    <lastUpdated>20250909044030</lastUpdated>
+  </versioning>
+</metadata>