diff --git a/entry/build.gradle b/entry/build.gradle index 5912a333843697694d9ba3e66d81e513a959bc45..87248b9bd0cfe1ba5cdb6acf9418870d18a6a61e 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -10,6 +10,6 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testCompile 'junit:junit:4.12' - implementation ('com.gitee.chinasoft_ohos:MusicIndicator:0.0.1-SNAPSHOT') + implementation ('com.gitee.chinasoft_ohos:MusicIndicator:0.0.2-SNAPSHOT') }