Skip to content

Commit

Permalink
build: use 'implementation' instead of 'compile' for secure preferenc…
Browse files Browse the repository at this point in the history
…e dependency
  • Loading branch information
AlvaroBrey committed Sep 18, 2018
1 parent d8973ec commit 0841cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calendula/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// Secured preferences
compile 'online.devliving:securedpreferencestore:0.7.3'
implementation 'online.devliving:securedpreferencestore:0.7.3'


}
Expand Down

0 comments on commit 0841cd7

Please sign in to comment.