Commit 51afe8bc authored by wanglei's avatar wanglei

zqtoolkit 升级到v1.3.5,兼容到 targetsdk 31

parent 60639b0d
...@@ -16,7 +16,7 @@ buildscript { ...@@ -16,7 +16,7 @@ buildscript {
maven { maven {
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
maven { url 'https://hub.zmcms.cn/repository/maven-public/' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.1' classpath 'com.android.tools.build:gradle:4.1.1'
...@@ -44,7 +44,7 @@ allprojects { ...@@ -44,7 +44,7 @@ allprojects {
maven { maven {
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
maven { url 'https://hub.zmcms.cn/repository/maven-public/' }
} }
} }
......
...@@ -30,7 +30,7 @@ android { ...@@ -30,7 +30,7 @@ android {
} }
} }
group 'com.qmai.android.zqtoolkit' group 'com.qmai.android.zqtoolkit'
version '1.3.0' version '1.3.5'
gradlePublish { gradlePublish {
...@@ -52,7 +52,6 @@ gradlePublish { ...@@ -52,7 +52,6 @@ gradlePublish {
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs')
implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
...@@ -61,4 +60,8 @@ dependencies { ...@@ -61,4 +60,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.blankj:utilcodex:1.31.0' implementation 'com.blankj:utilcodex:1.31.0'
implementation files("libs/AclasOS2Sdk.jar")
implementation files("libs/scale-service-part-lib1.2.jar")
api "com.qmai.android.tools:zqdevicesdk:1.0.0@aar"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment