Skip to content

Commit

Permalink
🔖 Bump to version 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-rasevych-criteo committed Feb 27, 2023
1 parent ed18c99 commit 7b61394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Next Version

# Version 4.9.2
- Fix proguard issue with `RemoteConfigResponse`
- Add null checks in `TopActivityFinder`

# Version 4.9.1
- Add support of Android 13 (API level 33)

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/SdkVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.Project
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter

private const val sdkBaseVersion = "4.9.1"
private const val sdkBaseVersion = "4.9.2"

private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))

Expand Down

0 comments on commit 7b61394

Please sign in to comment.