From b868e11d12de49b9a25125c506bf9f715802f0e3 Mon Sep 17 00:00:00 2001 From: renpengfei Date: Thu, 17 Jun 2021 11:11:54 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=94=B9Readme=202=E3=80=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 4 ++-- README.md | 2 +- entry/build.gradle | 1 + entry/src/main/config.json | 5 +++-- entry/src/ohosTest/config.json | 2 +- securestoragelibrary/src/main/config.json | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 31bcf3d..46ff88b 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -8,11 +8,11 @@ "License File": "LICENSE", - "Version Number": "1.1.0", + "Version Number": "0.0.2", "Upstream URL": "https://github.com/adorsys/secure-storage-android", - "Description": "Storing Credentials Securely on Android Devices" + "Description": "在 Android 设备上安全地存储凭据" } diff --git a/README.md b/README.md index 64c86fd..cdc202f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ allprojects { ``` dependencies { - implementation project(path: ':securestoragelibrary') + implementation('com.gitee.chinasoft_ohos:secure-storage-ohos:0.0.1-SNAPSHOT') } ``` diff --git a/entry/build.gradle b/entry/build.gradle index c408605..4f27c46 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -18,6 +18,7 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) +// implementation project(path: ':securestoragelibrary') implementation('com.gitee.chinasoft_ohos:secure-storage-ohos:0.0.1-SNAPSHOT') testImplementation 'junit:junit:4.12' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' diff --git a/entry/src/main/config.json b/entry/src/main/config.json index e54136e..d38b7d3 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,12 +3,13 @@ "bundleName": "de.adorsys.android.securestoragetest", "vendor": "adorsys", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { "compatible": 5, - "target": 5 + "target": 5, + "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 7b1e42a..25d1f79 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "de.adorsys.ohos.securestoragetest", "vendor": "adorsys", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/securestoragelibrary/src/main/config.json b/securestoragelibrary/src/main/config.json index d883679..e75edc3 100644 --- a/securestoragelibrary/src/main/config.json +++ b/securestoragelibrary/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "de.adorsys.ohos.securestoragetest", "vendor": "adorsys", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee