Skip to content

Commit

Permalink
Merge pull request #373 from kennethshackleton/ndk-25
Browse files Browse the repository at this point in the history
Android NDK 25.0.8775105.
  • Loading branch information
kennethshackleton authored Aug 8, 2022
2 parents 8153ff3 + 3dfe367 commit 3585683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum class Versions(
ANDROID_BUILD_TOOLS("33.0.0", URL("https://developer.android.com/studio/releases/build-tools")),
ANDROID_GRADLE_PLUGIN("7.2.1", URL("https://developer.android.com/tools/revisions/gradle-plugin.html")),
ANDROID_LINT("30.0.2", URL("https://github.com/googlesamples/android-custom-lint-rules")),
ANDROID_NDK("24.0.8215888", URL("https://developer.android.com/ndk")),
ANDROID_NDK("25.0.8775105", URL("https://developer.android.com/ndk")),
ANDROID_SDK("32", URL("https://developer.android.com/sdk")),
ANDROIDX_LIVE_DATA("2.5.0", URL("https://developer.android.com/topic/libraries/architecture/livedata")),
ANDROIDX_ROOM("2.4.2", URL("https://developer.android.com/jetpack/androidx/releases/room")),
Expand Down

0 comments on commit 3585683

Please sign in to comment.