From 699eb9ec4f272e02c06769ec8794b5608cb15627 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 17 二月 2022 17:20:00 +0800 Subject: [PATCH] 测试完善的版本 --- HDLSDK/hdl-socket/build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLSDK/hdl-socket/build.gradle b/HDLSDK/hdl-socket/build.gradle index 60ad903..535b728 100644 --- a/HDLSDK/hdl-socket/build.gradle +++ b/HDLSDK/hdl-socket/build.gradle @@ -9,7 +9,7 @@ minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion versionCode 2 - versionName "1.0.6" + versionName "1.0.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" -- Gitblit v1.8.0