Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Apr 19, 2024
1 parent 8c6ada8 commit aef341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ dependencies {
androidTestImplementation(eduvpnVersions.androidx.test.runner)
androidTestImplementation(eduvpnVersions.androidx.test.rules)
androidTestImplementation(eduvpnVersions.androidx.test.ext.junit)
androidTestImplementation(eduvpnVersions.androidx.test.orchestrator)
androidTestImplementation(eduvpnVersions.espresso)
androidTestImplementation(eduvpnVersions.uiautomator)
coreLibraryDesugaring(eduvpnVersions.desugar.jdk.libs)
androidTestUtil(eduvpnVersions.androidx.test.orchestrator)
}

// This will fail the build if there is a Kotlin compiler warning.
Expand Down

0 comments on commit aef341e

Please sign in to comment.