Skip to content

Commit

Permalink
Fix dependencies ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Mar 19, 2021
1 parent f969c01 commit bc02508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ android {

dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.viewpager:viewpager:1.0.0"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core:1.5.0-beta03'
implementation "androidx.drawerlayout:drawerlayout:1.1.1"
implementation 'androidx.core:core:1.5.0-beta02'
implementation 'androidx.preference:preference:1.1.1'
implementation "androidx.viewpager:viewpager:1.0.0"
implementation 'com.google.guava:guava:24.1-jre'
implementation project(":terminal-view")
}
Expand Down Expand Up @@ -87,8 +89,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.robolectric:robolectric:4.4'
}
Expand Down

0 comments on commit bc02508

Please sign in to comment.