From 891984dd7007716ff5bd13ece96526e87676e7d8 Mon Sep 17 00:00:00 2001 From: xingfei Date: Tue, 6 Jul 2021 17:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=92=8C=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- pinview/build.gradle | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 80a1b5d..8726113 100644 --- a/build.gradle +++ b/build.gradle @@ -2,9 +2,9 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 4 + compatibleSdkVersion 5 } } diff --git a/pinview/build.gradle b/pinview/build.gradle index 615ea7b..644fce2 100644 --- a/pinview/build.gradle +++ b/pinview/build.gradle @@ -11,14 +11,4 @@ dependencies { testImplementation 'junit:junit:4.13' testImplementation 'org.powermock:powermock-api-mockito2:2.0.2' testImplementation 'org.powermock:powermock-module-junit4:2.0.2' -} - -/** - * upload to maven - */ -//apply from: '../upload.gradle' - -rootProject.ext { - DEFAULT_ARTIFACT_ID = "ohos-otpview-pinview" - DEFAULT_VERSION = '0.0.1-SNAPSHOT' } \ No newline at end of file -- Gitee