Skip to content

Commit

Permalink
docs: bump new version (#362)
Browse files Browse the repository at this point in the history
* docs(apple): bump version to 4.6.0

* update android sdk version

---------

Co-authored-by: cpacm <shenliming1013@gmail.com>
  • Loading branch information
YoloMao and cpacm authored Feb 13, 2025
1 parent b68e802 commit ca881c6
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 52 deletions.
6 changes: 3 additions & 3 deletions docs/android/Introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ apply plugin: 'com.android.application'
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
//GrowingIO 无埋点 SDK
implementation 'com.growingio.android:autotracker'
Expand All @@ -112,7 +112,7 @@ dependencies {
apply plugin: 'com.android.application'
dependencies {
implementation 'com.growingio.android:autotracker:4.4.0'
implementation 'com.growingio.android:autotracker:4.4.1'
}
```

Expand Down Expand Up @@ -313,7 +313,7 @@ class MyApplication : Application() {

```shell
!!! Thank you very much for using GrowingIO. We will do our best to provide you with the best service. !!!
!!! GrowingIO Tracker version: 4.4.0 !!!
!!! GrowingIO Tracker version: 4.4.1 !!!
```

则说明SDK已经集成成功。
Expand Down
8 changes: 4 additions & 4 deletions docs/android/PlatformBom.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: 依赖清单BoM
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:tracker'
implementation 'com.growingio.android:autotracker'
Expand All @@ -34,9 +34,9 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:autotracker:4.4.0'
implementation 'com.growingio.android:autotracker:4.4.1'
}
```
</details>
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation 'com.growingio.android:autotracker-bom:4.4.0'
implementation 'com.growingio.android:autotracker-bom:4.4.1'
implementation 'com.growingio.android:autotracker'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/abtest module.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:abtest:4.4.0'
implementation 'com.growingio.android:abtest:4.4.1'
}
```
</TabItem>
Expand All @@ -41,7 +41,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:abtest'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/android/modules/adapter module.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:analytics-fa'
implementation 'com.growingio.android:analytics-ga'
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/advert module.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ keytool -list -v -keystore release.keystore

```groovy
dependencies {
implementation 'com.growingio.android:ads:4.4.0'
implementation 'com.growingio.android:ads:4.4.1'
}
```
</TabItem>
Expand All @@ -145,7 +145,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:ads'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/circler module.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:circler:4.4.0'
implementation 'com.growingio.android:circler:4.4.1'
}
```
</TabItem>
Expand All @@ -46,7 +46,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:circler'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/compose module.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:compose:4.4.0'
implementation 'com.growingio.android:compose:4.4.1'
}
```
</TabItem>
Expand All @@ -38,7 +38,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:compose'
}
Expand Down
22 changes: 11 additions & 11 deletions docs/android/modules/core module.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ title: 核心模块

| 名称 | 说明 | 依赖 |
| :------------- | :---------------------------------------------------------------------------------: | :--------------------------------------------- |
| 埋点 Library | 埋点核心库,包含最基本的埋点逻辑 | `com.growingio.android:tracker-core:4.4.0` |
| 无埋点 Library | 无埋点核心库,依赖于埋点核心库,包含无埋点的注入逻辑 | `com.growingio.android:autotracker-core:4.4.0` |
| 模块注解库 | 注解声明,通过注解可以自动生成 SDK 的初始化类来注册所有的模块和聚合模块内的配置类。 | `com.growingio.android:annotation:4.4.0` |
| 注解解析器 | 与上面注解配合使用 | `com.growingio.android:compiler:4.4.0` |
| 埋点 Library | 埋点核心库,包含最基本的埋点逻辑 | `com.growingio.android:tracker-core:4.4.1` |
| 无埋点 Library | 无埋点核心库,依赖于埋点核心库,包含无埋点的注入逻辑 | `com.growingio.android:autotracker-core:4.4.1` |
| 模块注解库 | 注解声明,通过注解可以自动生成 SDK 的初始化类来注册所有的模块和聚合模块内的配置类。 | `com.growingio.android:annotation:4.4.1` |
| 注解解析器 | 与上面注解配合使用 | `com.growingio.android:compiler:4.4.1` |

--------
import Tabs from '@theme/Tabs';
Expand All @@ -37,7 +37,7 @@ SDK 事件通过 `EventDatabase` 来传递到数据库并进行增删改查的

```groovy
dependencies {
implementation 'com.growingio.android:database:4.4.0'
implementation 'com.growingio.android:database:4.4.1'
}
```
</TabItem>
Expand All @@ -47,7 +47,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:database'
}
Expand Down Expand Up @@ -77,9 +77,9 @@ SDK 事件通过 `EventUrl` 指定请求方式、服务器请求地址,再通
```groovy
dependencies {
// 网络模块-okhttp3
implementation 'com.growingio.android:okhttp3:4.4.0'
implementation 'com.growingio.android:okhttp3:4.4.1'
// 可选网络模块-urlconnnection
implementation 'com.growingio.android:urlconnnection:4.4.0'
implementation 'com.growingio.android:urlconnnection:4.4.1'
}
```
</TabItem>
Expand All @@ -89,7 +89,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
// 网络模块-okhttp3
implementation 'com.growingio.android:okhttp3'
Expand Down Expand Up @@ -118,7 +118,7 @@ dependencies {

```groovy
dependencies {
implementation 'com.growingio.android:protobuf:4.4.0'
implementation 'com.growingio.android:protobuf:4.4.1'
}
```
</TabItem>
Expand All @@ -128,7 +128,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:protobuf'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/debugger module.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:debugger:4.4.0'
implementation 'com.growingio.android:debugger:4.4.1'
}
```
</TabItem>
Expand All @@ -46,7 +46,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:debugger'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/encoder module.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:encoder:4.4.0'
implementation 'com.growingio.android:encoder:4.4.1'
}
```
</TabItem>
Expand All @@ -44,7 +44,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:encoder'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/flutter module.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:flutter:4.4.0'
implementation 'com.growingio.android:flutter:4.4.1'
}
```
</TabItem>
Expand All @@ -38,7 +38,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:flutter'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/hybrid module.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:hybrid:4.4.0'
implementation 'com.growingio.android:hybrid:4.4.1'
}
```
</TabItem>
Expand All @@ -47,7 +47,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:hybrid'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/json module.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:json:4.4.0'
implementation 'com.growingio.android:json:4.4.1'
}
```
</TabItem>
Expand All @@ -42,7 +42,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:json'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/oaid module.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:oaid:4.4.0'
implementation 'com.growingio.android:oaid:4.4.1'
}
```
</TabItem>
Expand All @@ -47,7 +47,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:oaid'
}
Expand Down
4 changes: 2 additions & 2 deletions docs/android/modules/platform module.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import TabItem from '@theme/TabItem';

```groovy
dependencies {
implementation 'com.growingio.android:platform:4.4.0'
implementation 'com.growingio.android:platform:4.4.1'
}
```
</TabItem>
Expand All @@ -44,7 +44,7 @@ dependencies {
```groovy
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
implementation 'com.growingio.android:platform'
}
Expand Down
6 changes: 3 additions & 3 deletions docs/android/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem';

在4.0新版本,CDP私有部署将会和SaaS一起合并至SDK中,原有的集成逻辑会做相应的更改,如:

* 引入SDK `implementation 'com.growingio.android:autotracker-cdp:4.4.0'` 变更为 `implementation 'com.growingio.android:autotracker:4.4.0'`
* 引入SDK `implementation 'com.growingio.android:autotracker-cdp:4.4.1'` 变更为 `implementation 'com.growingio.android:autotracker:4.4.1'`
* 初始化配置由 `CdpAutotrackConfiguration` 变更为 `AutotrackConfiguration`

## 关于老SaaS(2.0版本)
Expand All @@ -44,7 +44,7 @@ apply plugin: 'com.android.application'
dependencies {
// Import the BoM for the GrowingIO platform
implementation platform('com.growingio.android:autotracker-bom:4.4.0')
implementation platform('com.growingio.android:autotracker-bom:4.4.1')
//GrowingIO 无埋点 SDK 适配版
implementation 'com.growingio.android:autotracker-saas'
Expand All @@ -59,7 +59,7 @@ dependencies {
apply plugin: 'com.android.application'
dependencies {
implementation 'com.growingio.android:autotracker-saas:4.4.0'
implementation 'com.growingio.android:autotracker-saas:4.4.1'
}
```

Expand Down
14 changes: 12 additions & 2 deletions docs/android/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ sidebar_position: 0
类型:统计类 <br/>
开发者:北京易数科技有限公司 <br/>
无埋点包名:com.growingio.android.sdk.autotrack <br/>
最新版本:v4.4.0 <br/>
更新时间:2025-01-08 <br/>
最新版本:v4.4.1 <br/>
更新时间:2025-02-13 <br/>
功能说明:GrowingIO用户行为数据采集软件开发工具包(CDP)具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。<br/>
下载地址:[Maven官方仓库](https://repo1.maven.org/maven2/com/growingio/android/) <br/>
个人信息处理规则:[隐私协议](https://accounts.growingio.com/user-privacy) <br/>
使用说明:[SDK集成文档](/docs/android/Introduce) <br/>
合规说明:[SDK合规说明](/knowledge/compliance/androidCompliance) <br/>
:::

## RELEASE-4.4.1
### Features
- AB测试模块在判断为新设备时添加 newDevice 请求参数 ([#225](https://github.com/growingio/growingio-sdk-android-autotracker/pull/225))

:::note

标签:**[v4.4.1](https://github.com/growingio/growingio-sdk-android-autotracker/releases/tag/v4.4.1)** &nbsp;&nbsp;&nbsp;&nbsp;日期: **2025-02-13**

:::

## RELEASE-4.4.0
### Features
Growingio Android 无埋点 SDK 支持 Jetpack Compose 框架([#219](https://github.com/growingio/growingio-sdk-android-autotracker/pull/219)):
Expand Down
Loading

0 comments on commit ca881c6

Please sign in to comment.