Skip to content

Commit

Permalink
Fix pipeline failure issues in the Android platform, fix error introd…
Browse files Browse the repository at this point in the history
…uced by the latest IDE in HarmonyOS.
  • Loading branch information
kevingpqi123 committed Sep 25, 2024
1 parent d0c9451 commit 66e19ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions android/libpag/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,3 @@ project.afterEvaluate {
}
}
}

buildscript {
repositories {
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
}
dependencies { classpath 'com.github.panpf.bintray-publish:bintray-publish:1.0.0' }
}
1 change: 0 additions & 1 deletion ohos/libpag/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "Index.ets",
"author": "libpag",
"license": "Apache-2.0",
"packageType": "InterfaceHar",
"dependencies": {
"libpag.so": "file:./src/main/cpp/types/libpag"
},
Expand Down

0 comments on commit 66e19ae

Please sign in to comment.