Skip to content

Commit

Permalink
Merge pull request #174 from aau-network-security/ui-darkmode
Browse files Browse the repository at this point in the history
Adopt darkmode in Profile Selector and Services
  • Loading branch information
zafodB committed Jun 25, 2021
2 parents 20e1e6a + d4ae044 commit 59f9a3c
Show file tree
Hide file tree
Showing 27 changed files with 2,328 additions and 2,147 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {

// Optional -- Mockito framework
testImplementation "org.mockito:mockito-core:3.10.0"
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'androidx.annotation:annotation:1.0.0'

androidTestImplementation 'androidx.test:rules:1.4.0-beta01'
androidTestImplementation 'androidx.test:runner:1.4.0-beta01'
Expand All @@ -143,7 +143,7 @@ dependencies {
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
testImplementation 'org.powermock:powermock-core:2.0.9'
testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9'
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.multidex:multidex:2.0.0'
// Optional -- Robolectric environment
testImplementation 'org.robolectric:robolectric:4.4.1'
}
Expand Down
Loading

0 comments on commit 59f9a3c

Please sign in to comment.