项目介绍
项目名称:RxImagePicker
所属系列:openharmony的第三方组件适配移植
功能:相册图片选择
项目移植状态:主功能完成
调用差异:无
开发版本:sdk6,DevEco Studio2.2 Beta1
基线版本:tag 2.5.6
安装教程
1.在项目根目录下的build.gradle文件中,
allprojects {
repositories {
maven {
url ‘https://s01.oss.sonatype.org/content/repositories/snapshots/’
}
}
}
2.在entry模块的build.gradle文件中,
dependencies {
implementation(‘com.gitee.chinasoft_ohos:rximagepicker:0.0.1-SNAPSHOT’)
implementation(‘com.gitee.chinasoft_ohos:rximagepicker_support:0.0.1-SNAPSHOT’)
implementation(‘com.gitee.chinasoft_ohos:rximagepicker_support_zhihu:0.0.1-SNAPSHOT’)
implementation(‘com.gitee.chinasoft_ohos:rximagepicker_support_wechat:0.0.1-SNAPSHOT’)
....
}
全部0条评论
快来发表一下你的评论吧 !