Skip to content

Commit

Permalink
#32 Fixed mockito version and changed dexmaker provider to linkedin
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Aug 12, 2018
1 parent 4910c04 commit 78ab7c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions studio-android/LightNovelLibrary/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'org.mockito:mockito-all:1.10.19'
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestImplementation 'org.mockito:mockito-core:2.19.0'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.19.1'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.19.1'

testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-all:1.10.19'
Expand Down

0 comments on commit 78ab7c4

Please sign in to comment.