Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 9, 2023
1 parent bcba2b4 commit 3791fcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ android {
includeInApk false
includeInBundle false
}
buildToolsVersion '34.0.0'
compileSdk 33
}

task printVersionName {
Expand Down Expand Up @@ -323,7 +321,7 @@ dependencies {

// Unit tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.4.0'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation group: 'org.powermock', name: 'powermock-module-junit4-rule-agent', version: '2.0.9'
testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: '2.0.9'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
Expand Down

0 comments on commit 3791fcc

Please sign in to comment.