Skip to content

Commit

Permalink
config: update to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbarrossilva committed Aug 21, 2023
1 parent d08596d commit 0af74aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object Versions {
val java = JavaVersion.VERSION_11

object Loadable {
const val CODE = 19
const val NAME = "1.6.6"
const val CODE = 20
const val NAME = "1.6.7"
const val SDK_COMPILE = 33
const val SDK_MIN = 21
const val SDK_TARGET = SDK_COMPILE
Expand Down

0 comments on commit 0af74aa

Please sign in to comment.