xuguohong

update

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