Skip to content

Commit

Permalink
Bump to version 3.10.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amokrane authored Sep 10, 2020
1 parent d3f90a1 commit 73ca0a8
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,3 +1,7 @@
# Version 3.10.1
- Bug fix
- Ensure `CriteoInterstitialActivity` does not crash when the `application` object is null.

# Version 3.10.0

- Features
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 = "3.10.0"
private const val sdkBaseVersion = "3.10.1"

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

Expand Down

0 comments on commit 73ca0a8

Please sign in to comment.