Skip to content

Commit

Permalink
release 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisSemou committed Jul 23, 2024
1 parent 58fb232 commit f3216d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ object ProjectConfig{
}

object PublicSdkConfig{
const val versionName = "4.2.5"
const val versionName = "4.2.6"
}
4 changes: 2 additions & 2 deletions public_sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:2.9.0")

// 观测云
implementation("com.cloudcare.ft.mobile.sdk.tracker.agent:ft-sdk:1.5.0")
implementation("com.cloudcare.ft.mobile.sdk.tracker.agent:ft-native:1.1.0")
compileOnly("com.cloudcare.ft.mobile.sdk.tracker.agent:ft-sdk:1.5.0")
compileOnly("com.cloudcare.ft.mobile.sdk.tracker.agent:ft-native:1.1.0")
}

val version = PublicSdkConfig.versionName
Expand Down
Binary file not shown.

0 comments on commit f3216d4

Please sign in to comment.