Skip to content

Commit

Permalink
Fix overly long line in app build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Aug 28, 2024
1 parent 372dc17 commit 3de2a67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ dependencies {
androidTestImplementation("org.checkerframework:checker:3.33.0") {
because("Needed to resolve duplicate classes")
}
androidTestImplementation("com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework") {
androidTestImplementation(
"com.google.android.apps.common.testing.accessibility.framework" +
":accessibility-test-framework"
) {
version {
require("latest.release")
}
Expand Down

0 comments on commit 3de2a67

Please sign in to comment.