Skip to content

Commit

Permalink
Revert "Trying to fix build test 1"
Browse files Browse the repository at this point in the history
This reverts commit 7f10729.
  • Loading branch information
WondrousPiffle committed Oct 19, 2020
1 parent 7f10729 commit bd78db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ android:
jdk: oraclejdk8

script:
- ./gradlew build --info
- ./gradlew build
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ android {
dependencies {
implementation 'com.squareup:otto:1.3.8'
implementation 'com.github.jberkel.k-9:k9mail-library:eaf689025e'
implementation 'com.android.billingclient:billing:3.0.1'
implementation 'com.android.billingclient:billing:2.0.3'
implementation 'com.firebase:firebase-jobdispatcher:0.8.6'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.core:core-role:1.1.0-beta01'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.core:core-role:1.0.0-beta01'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.3.1'
Expand Down

0 comments on commit bd78db2

Please sign in to comment.