From 6521c8e329665cc97f0714a9a094d2d823e23980 Mon Sep 17 00:00:00 2001
From: 562935844@qq.com
Date: 星期二, 19 九月 2023 13:52:41 +0800
Subject: [PATCH] 修复退网清除缓存异常
---
HDLSDK/hdl-common/build.gradle | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/HDLSDK/hdl-common/build.gradle b/HDLSDK/hdl-common/build.gradle
index 74fa10d..1f5d91e 100644
--- a/HDLSDK/hdl-common/build.gradle
+++ b/HDLSDK/hdl-common/build.gradle
@@ -8,10 +8,9 @@
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
- versionCode 1
- versionName "1.0"
+ versionCode 2
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ versionName "1.0.15"
consumerProguardFiles "consumer-rules.pro"
}
@@ -25,11 +24,8 @@
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
+
}
-
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