Skip to content

Commit

Permalink
Merge pull request #250 from kennethshackleton/android-sdk-31
Browse files Browse the repository at this point in the history
Compile with Android SDK 31.
  • Loading branch information
kennethshackleton authored Sep 13, 2021
2 parents 886c061 + 18e4a91 commit 7e56fe0
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 @@ -25,7 +25,7 @@ enum class Versions(
ANDROID_GRADLE_PLUGIN("7.0.2", 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("23.0.7599858", URL("https://developer.android.com/ndk")),
ANDROID_SDK("30", URL("https://developer.android.com/sdk")),
ANDROID_SDK("31", URL("https://developer.android.com/sdk")),
ANDROIDX_LIVE_DATA("2.2.0", URL("https://developer.android.com/topic/libraries/architecture/livedata")),
ANDROIDX_ROOM("2.2.5", URL("https://developer.android.com/jetpack/androidx/releases/room")),
ASSERT_J("3.20.2", URL("https://joel-costigliola.github.io/assertj")),
Expand Down

0 comments on commit 7e56fe0

Please sign in to comment.