Commit f48b9ec9 authored by 李朝发's avatar 李朝发

1.0.2

parent ea728e86
...@@ -33,9 +33,6 @@ android { ...@@ -33,9 +33,6 @@ android {
dependencies { dependencies {
implementation 'net.java.dev.jna:jna:5.13.0@aar' implementation 'net.java.dev.jna:jna:5.13.0@aar'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
...@@ -44,7 +41,7 @@ dependencies { ...@@ -44,7 +41,7 @@ dependencies {
def USERNAME = "lizhaofa" def USERNAME = "lizhaofa"
def PASSWORD = "0oh7bcnZtweAo7EX" def PASSWORD = "0oh7bcnZtweAo7EX"
def VERSION = "1.0.0" def VERSION = "1.0.2"
def RELEASE_REPOSITORY_URL = "https://hub.zmcms.cn/repository/maven-releases" def RELEASE_REPOSITORY_URL = "https://hub.zmcms.cn/repository/maven-releases"
afterEvaluate { afterEvaluate {
......
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