xuguohong

update

......@@ -20,3 +20,5 @@
- 2020-3-12
- 接口没变化,增加角色更新上报
- 2020-3-13
- 修改安装统计,接入不变,替换PoolSdk_V2_xxxx.jar
\ No newline at end of file
......
......@@ -20,4 +20,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation files('libs/PoolSdk_V2_20200313.jar')
}
......