feat: 编写workflow
Build and Package Android AAR / build (push) Failing after 5s
Details
Build and Package Android AAR / build (push) Failing after 5s
Details
This commit is contained in:
parent
33c03f91c6
commit
e42d2ed1d6
|
|
@ -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", //通过管理平台获取
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue