Skip to content

Commit

Permalink
Added target and source compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Jun 28, 2016
1 parent a06fd67 commit 556aa60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ok2curl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ apply plugin: 'maven'
group='com.github.mrmike'
version='0.2.4'

targetCompatibility = '1.7'
sourceCompatibility = '1.7'

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.3.1'

Expand Down

0 comments on commit 556aa60

Please sign in to comment.