Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency com.android.tools.build:gradle to v7.2.1
  • Loading branch information
renovate[bot] authored Jul 20, 2022
commit 1662c07baa4f1c07ca741118f8a5ec38ae3ee1c5
2 changes: 1 addition & 1 deletion android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ ext {
moshiKotlinCodegen : "com.squareup.moshi:moshi-kotlin-codegen:1.13.0",
]

androidPluginVersion = "7.1.3"
androidPluginVersion = "7.2.1"
kotlinVersion = versionOf(libraries.kotlinStdlibJdk7)
}