Skip to content

Commit

Permalink
Merge pull request #30 from sensorsdata/wzx_pref_version
Browse files Browse the repository at this point in the history
Release v2.6.0 优化依赖的 Android SDK 版本
  • Loading branch information
wangzhzh authored May 28, 2024
2 parents 4c65b12 + 23724c0 commit 16d4c52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.0

* 升级依赖的 Android SDK 版本到 v6.8.0

## 2.5.0

* 修复 getLoginId 方法缺陷
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```yml
dependencies:
# 添加神策 flutter plugin
sensors_analytics_flutter_plugin: ^2.5.0
sensors_analytics_flutter_plugin: ^2.6.0
```
执行 flutter packages get 命令安装插件
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:6.6.0'
api 'com.sensorsdata.analytics.android:SensorsAnalyticsSDK:6.8.0'
// implementation 'org.json:json:20220320'
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sensors_analytics_flutter_plugin
description: This is the official flutter plugin for Sensors Analytics,with this plugin you can easily collect your app data on Android and iOS.
version: 2.5.0
version: 2.6.0
homepage: "https://github.com/sensorsdata/sensors_analytics_flutter_plugin"

environment:
Expand Down

0 comments on commit 16d4c52

Please sign in to comment.