Skip to content

Commit

Permalink
Use version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobaxter committed Jun 11, 2021
1 parent 211e947 commit 9803bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ artifacts {
dependencies {
// Harmony
debugApi project(":harmony")
releaseApi "com.frybits.harmony:harmony:1.1.8"
releaseApi "com.frybits.harmony:harmony:$harmony_version_name"

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit 9803bb5

Please sign in to comment.