feat: 编写workflow
Build and Package Android AAR / build (push) Failing after 5s Details

This commit is contained in:
yangxisong 2025-12-12 17:52:08 +08:00
parent 33c03f91c6
commit e42d2ed1d6
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Room 数据持久化Worker管理上传任务初次上传+重试共5次
| release | https://track.23544.com | 否 |
### 使用
#### 1.0.6
#### 1.0.8
```kotlin
repositories {
google()
@ -39,7 +39,7 @@ releaseImplementation("com.yuanxuan:tracking_point:x.x.x")
* 初始化
*/
TrackingManager.init(
context = this.applicationContext,
context = this.application,
uploadIntervalMillis = 10.seconds.inWholeMilliseconds, //收集埋点时长
iTrackingPointUserInfo = TrackingPointUserInfoImp(),
systemCode = "999999999", //通过管理平台获取

View File

@ -7,7 +7,7 @@ plugins {
id("maven-publish")
}
group = "com.yuanxuan"
version = "1.0.7"
version = "1.0.8"
val baseReleaseUrl: Provider<String> = providers.gradleProperty("baseReleaseUrl")