Skip to content

Commit

Permalink
Merge pull request #876 from DataDog/xgouchet/1.12.0-beta1
Browse files Browse the repository at this point in the history
Prepare 1.12.0-beta1
  • Loading branch information
xgouchet committed Mar 22, 2022
2 parents 9889596 + 577cd75 commit 4d6eb20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object AndroidConfig {
const val MIN_SDK_FOR_COMPOSE = 21
const val BUILD_TOOLS_VERSION = "31.0.0"

val VERSION = Version(1, 12, 0, Version.Type.Alpha(2))
val VERSION = Version(1, 12, 0, Version.Type.Beta(1))
}

@Suppress("UnstableApiUsage")
Expand Down

0 comments on commit 4d6eb20

Please sign in to comment.