Skip to content

Commit

Permalink
Merge pull request #31 from jitpack/master
Browse files Browse the repository at this point in the history
Updated source and target compatibility
  • Loading branch information
idyedov committed Mar 2, 2015
2 parents c5e4822 + e1b7ad3 commit 43cb309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apply plugin: 'eclipse'
group = 'com.fiftyonred'
version = '0.4.0'

sourceCompatibility = 6
targetCompatibility = 6
sourceCompatibility = 1.6
targetCompatibility = 1.6

repositories {
mavenCentral()
Expand Down

0 comments on commit 43cb309

Please sign in to comment.