Skip to content

Commit

Permalink
⬇️ Downgrade AGP to latest stable
Browse files Browse the repository at this point in the history
Android Gradle Plugin downgraded to latest stable due to some bizarre
bug on Room Instrumented tests on 7.3.0-alpha09.

Issue tracker opened: https://issuetracker.google.com/issues/231411981
  • Loading branch information
igorescodro committed May 4, 2022
1 parent e31f087 commit fabc528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

dependencies {
implementation("com.android.tools.build:gradle:7.3.0-alpha09")
implementation("com.android.tools.build:gradle:7.1.3")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")

implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0")
Expand Down

0 comments on commit fabc528

Please sign in to comment.