Skip to content

Commit

Permalink
Bump: Android Gradle Plugin 4.0.2 (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Oct 7, 2020
1 parent 6f77ea1 commit 84d2125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 3.0.1

* Auto-Configure `inAppIncludes` in Spring Boot integration
* fix: Don't require `sentry.dsn` to be set when using `io.sentry:sentry-spring-boot-starter` and `io.sentry:sentry-logback` together
* fix: Don't require `sentry.dsn` to be set when using `io.sentry:sentry-spring-boot-starter` and `io.sentry:sentry-logback` together #965
* Auto-Configure `inAppIncludes` in Spring Boot integration #966
* Bump: Android Gradle Plugin 4.0.2 #968

# 3.0.0

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:4.0.1"
val androidGradle = "com.android.tools.build:gradle:4.0.2"
val kotlinGradlePlugin = "gradle-plugin"
val buildConfig = "com.github.gmazzo.buildconfig"
val buildConfigVersion = "2.0.2"
Expand Down

0 comments on commit 84d2125

Please sign in to comment.