Skip to content

Commit

Permalink
Updated to SymbIoTeSecurity:23.+
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Nov 9, 2017
1 parent 771ae2a commit a02939b
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:22.+'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:23.+'){ 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:22.+:sources'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSecurity:23.+:sources'){ changing = true }

//from symbioteLibs
compile('joda-time:joda-time:2.9.9')
Expand Down

0 comments on commit a02939b

Please sign in to comment.