Skip to content

Commit

Permalink
Bump AGP to 7.0.3 (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Oct 14, 2021
1 parent 7fd6b52 commit 6710416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fix: Make ActivityFramesTracker operations thread-safe (#1762)
* Fix: Clone Scope Contexts (#1763)
* Bump: AGP to 7.0.3 (#1765)

## 5.2.2

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Config {
val springKotlinCompatibleLanguageVersion = "1.3"

object BuildPlugins {
val androidGradle = "com.android.tools.build:gradle:7.0.2"
val androidGradle = "com.android.tools.build:gradle:7.0.3"
val kotlinGradlePlugin = "gradle-plugin"
val buildConfig = "com.github.gmazzo.buildconfig"
val buildConfigVersion = "3.0.3"
Expand Down

0 comments on commit 6710416

Please sign in to comment.