ソースを参照

依赖库新增room和ipu-map-gd插件

leijie 3 年 前
コミット
88d8aab40e
共有1 個のファイルを変更した8 個の追加4 個の削除を含む
  1. 8 4
      show-client/config.gradle

+ 8 - 4
show-client/config.gradle

@ -31,8 +31,6 @@ ext{
31 31
            v4 : "android:android-support-v4:${2.0}"
32 32
    ]
33 33
34
35
36 34
    //AndroidX的依赖包
37 35
    androidX = [
38 36
            appcompat : 'androidx.appcompat:appcompat:1.1.0',
@ -60,7 +58,8 @@ ext{
60 58
    //IPU Hybird插件包
61 59
    ipuPlugin = [
62 60
            //二维码插件
63
            ipu_scan : "com.ai.ipu.scan:ipu-scan:" + "${ipu_mobile_snapshot_version}"
61
            ipu_scan : "com.ai.ipu.plugin.scan:ipu-scan:" + "${ipu_mobile_snapshot_version}",
62
            ipu_map_gd : "com.ai.ipu.plugin.map:ipu-map-gd:" + "${ipu_mobile_snapshot_version}"
64 63
    ]
65 64
66 65
    //RN 依赖包
@ -91,6 +90,10 @@ ext{
91 90
            replugin : 'com.qihoo360.replugin:replugin-plugin-lib:' + "$replugin",
92 91
            //xxpermission
93 92
            xxpermission : 'com.github.getActivity:XXPermissions:12.6',
93
            //room
94
            room_runtime : "androidx.room:room-runtime:2.3.0",
95
            room_compiler: "androidx.room:room-compiler:2.3.0",
96
            lifecyle_livedata : "androidx.lifecycle:lifecycle-livedata:2.1.0"
94 97
            //gdmap
95 98
96 99
            //bdmap
@ -109,7 +112,8 @@ ext{
109 112
    test = [
110 113
            junit :'junit:junit:4.12',
111 114
            androidJunit : 'androidx.test.ext:junit:1.1.1',
112
            espresso : 'androidx.test.espresso:espresso-core:3.2.0'
115
            espresso : 'androidx.test.espresso:espresso-core:3.2.0',
116
            room_testing:  "androidx.room:room-testing:2.2.5"
113 117
    ]
114 118
115 119
    /**