Skip to content

Commit

Permalink
Changed SS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Mar 21, 2018
1 parent 38e31cc commit e284099
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:[24.2,24.999]'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[25.2,25.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:[24.2,24.999]:sources'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[25.2,25.999]:sources'){ changing = true }
//compile project(':SymbIoTeSecurity')

//from symbioteLibs
Expand Down

0 comments on commit e284099

Please sign in to comment.