From 7dcdbd35cd0979b6fa756fdcf388ab3c63edf545 Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期五, 13 五月 2022 15:14:15 +0800 Subject: [PATCH] 认证添加返回码0处理 --- HDLSDK/hdl-common/build.gradle | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/HDLSDK/hdl-common/build.gradle b/HDLSDK/hdl-common/build.gradle index c3c6ca8..f054e96 100644 --- a/HDLSDK/hdl-common/build.gradle +++ b/HDLSDK/hdl-common/build.gradle @@ -9,8 +9,8 @@ minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion versionCode 2 - versionName "1.0.2" + versionName "1.0.15" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } @@ -25,20 +25,10 @@ sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } - - /** - * 鎵撳寘鑷姩鍛藉悕 - */ - android.libraryVariants.all { variant -> - variant.outputs.all { - outputFileName = "hdl-common-V" + defaultConfig.versionName + ".aar" - } - } } dependencies { api 'com.google.code.gson:gson:2.8.8' api 'androidx.annotation:annotation:1.2.0' api 'androidx.collection:collection:1.1.0' -// api project(path: ':hdl-connect') } \ No newline at end of file -- Gitblit v1.8.0