|
@ -56,7 +56,7 @@ ext{
|
56
|
56
|
ipu_mobile_basic : "com.ai.ipu.mobile:ipu-mobile-basic:" + "${ipu_mobile_snapshot_version}",
|
57
|
57
|
ipu_mobile_framework : "com.ai.ipu.mobile:ipu-mobile-framework:" + "${ipu_mobile_snapshot_version}",//目前这个为jar,之后更新为aar
|
58
|
58
|
ipu_mobile_extend : "com.ai.ipu.mobile:ipu-plugin-extend:3.0-SNAPSHOT",
|
59
|
|
ipu_mobile_ui : "com.ai.ipu.mobile:ipu-mobile-ui:${ipu_common_version}",
|
|
59
|
ipu_mobile_ui : "com.ai.ipu.mobile:ipu-mobile-ui:${ipu_mobile_snapshot_version}",
|
60
|
60
|
]
|
61
|
61
|
|
62
|
62
|
//IPU Hybird插件包
|
|
@ -67,11 +67,13 @@ ext{
|
67
|
67
|
ipu_asr : "com.ai.ipu.plugin.asr:ipu-asr:${ipu_mobile_snapshot_version}",
|
68
|
68
|
ipu_customcamera : "com.ai.ipu.plugin:ipu-customcamera:${ipu_mobile_snapshot_version}",
|
69
|
69
|
ipu_plugin_extend : "com.ai.ipu.plugin:ipu-plugin-extend:${ipu_mobile_snapshot_version}",
|
|
70
|
ipu_plugin_basic : "com.ai.ipu.plugin:ipu-plugin-basic:${ipu_mobile_snapshot_version}",
|
70
|
71
|
ipu_map_bd : "com.ai.ipu.plugin.map:ipu-map-bd:" + "${ipu_mobile_snapshot_version}",
|
71
|
72
|
ipu_file_picker : "com.ai.ipu.plugin:ipu-file-picker:${ipu_mobile_snapshot_version}",
|
72
|
73
|
ipu_dialog : "com.ai.ipu.plugin:ipu-dialog:${ipu_mobile_snapshot_version}",
|
73
|
74
|
ipu_bluetooth : "com.ai.ipu.plugin:ipu-bluetooth:${ipu_mobile_snapshot_version}",
|
74
|
|
ipu_jpush : "com.ai.ipu.plugin.push:ipu-push-jpush:${ipu_mobile_snapshot_version}"
|
|
75
|
ipu_jpush : "com.ai.ipu.plugin.push:ipu-push-jpush:${ipu_mobile_snapshot_version}",
|
|
76
|
ipu_video_compressor : "com.ai.ipu.plugin:ipu-video-compressor:${ipu_mobile_snapshot_version}"
|
75
|
77
|
]
|
76
|
78
|
|
77
|
79
|
//RN 依赖包
|
|
@ -117,7 +119,10 @@ ext{
|
117
|
119
|
//ybpush
|
118
|
120
|
|
119
|
121
|
//glide
|
120
|
|
glide : "com.github.bumptech.glide:glide:4.12.0"
|
|
122
|
glide : "com.github.bumptech.glide:glide:4.12.0",
|
|
123
|
|
|
124
|
android_lite_http : "android:android-lite-http:1.0",
|
|
125
|
silicompressor : 'com.iceteck.silicompressorr:silicompressor:2.2.1'
|
121
|
126
|
]
|
122
|
127
|
|
123
|
128
|
//测试依赖包
|