Skip to content

Commit

Permalink
Update NDK version to 22.1.7171670.
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt committed Jul 22, 2024
1 parent 9404b67 commit f0543b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Versions {
// kotlin 1.9 required before any further upgrades
const val DETEKT = "1.23.6"

const val NDK = "21.4.7075529"
const val NDK = "22.1.7171670"
const val MOCKK = "1.12.2"
const val ANDROIDX_TEST = "1.4.0"
const val ANDROIDX_JUNIT = "1.1.3"
Expand Down

0 comments on commit f0543b4

Please sign in to comment.