Skip to content

Commit

Permalink
Changed SS version to 27.+
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Jul 9, 2018
1 parent 3b40134 commit 3b1050b
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 @@ -52,9 +52,9 @@ repositories {

dependencies {
// Symbiote Security section
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[25.2,25.999]'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.0,27.999]'){ changing = true }
// allows to select the downloaded matching sources in IntelliJ Idea as it fails to do so automatically from jitpack repo
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[25.2,25.999]:sources'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.0,27.999]:sources'){ changing = true }
//compile project(':SymbIoTeSecurity')

//from symbioteLibs
Expand Down

0 comments on commit 3b1050b

Please sign in to comment.