增加版本记录md

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-11-02 20:17:05 +08:00
parent 471e4e9b79
commit bbf34bf6b5
4 changed files with 107 additions and 16 deletions

View File

@@ -8,17 +8,6 @@ repositories {
}
// SDK 功能说明
MOGO_CORE_SDK_VERSION = 0.0.6
// 负责模块之间调用,回调监听注册
com.mogo.eagle.core.function:call:${MOGO_CORE_SDK_VERSION}
// 数据bean基础用来统一模块间数据调用
com.mogo.eagle.core:data:${MOGO_CORE_SDK_VERSION}
// 模块功能定义接口,回调监听接口定义
com.mogo.eagle.core.function:api:${MOGO_CORE_SDK_VERSION}
// app 壳项目依赖
参见项目
@@ -52,10 +41,6 @@ implementation "com.mogo.eagle.core.function:call:0.0.6"
```
```gradle
// 新架构 模块间调用依赖
implementation "com.mogo.eagle.core.function:call:0.0.4"
```
### 状态监听
#### 自动驾驶状态监听