diff --git a/build.gradle b/build.gradle index 80a1b5db6bd500ce29fff46ac61d99022bc9f7cf..8726113cdae6d9978a42bdf9f0a80fbb0f37e8ec 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 615ea7ba86e49ea26649de21d06c08967ce1d75f..644fce290ddd22229aa5070d75d8903eef971ad9 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