Skip to content

Commit

Permalink
Merge pull request #254 from AppDevNext/DependenciesCleanup
Browse files Browse the repository at this point in the history
Dependencies cleanup
  • Loading branch information
hannesa2 authored Nov 18, 2024
2 parents 32e9b98 + 7f2ca13 commit 2d98bf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
versionRevision = getGitCommitCount()

sdkVersion = 34
androidxTestEspresso = '3.5.1'
androidxTestEspresso = '3.6.1'
}

println "Gradle uses Java ${Jvm.current()}"
Expand Down
2 changes: 0 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1"
androidTestUtil "androidx.test.services:test-services:1.5.0"
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
// androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'

androidTestImplementation project(':moka')
}

0 comments on commit 2d98bf0

Please sign in to comment.