Skip to content

Commit

Permalink
Update - com.google.guava:guava now v20.0 (uses jdk 1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
seventhmoon committed Mar 2, 2017
1 parent 0104b96 commit a845266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

Expand All @@ -42,6 +42,6 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-annotations:25.2.0'
compile 'com.google.code.gson:gson:2.7'
compile 'com.google.guava:guava:21.0'
compile 'com.google.guava:guava:20.0'
compile 'com.android.volley:volley:1.0.0'
}

0 comments on commit a845266

Please sign in to comment.