Skip to content

Commit

Permalink
Merge pull request #2 from uport-project/support/update-dependencies-1
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
mirceanis authored Jul 12, 2018
2 parents 9799e82 + e9d541e commit 4b873f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
buildscript {
ext {
//general
kotlin_version = '1.2.20'
kotlin_version = '1.2.51'

junit_version = "4.12"

//mnid module
spongycastle_version = '1.58.0.0'
kethereum_version = "0.36"
kethereum_version = "0.53"

//demo app
gradle_tools_version = "3.0.1"
gradle_tools_version = "3.1.3"

build_tools_version = "27.0.2"
build_tools_version = "27.0.3"
compile_sdk_version = 27
target_sdk_version = compile_sdk_version
min_sdk_version = 19

support_lib_version = "27.0.2"
constraint_layout_version = "1.0.2"
support_lib_version = "27.1.1"
constraint_layout_version = "1.1.2"

test_runner_version = "1.0.1"
espresso_version = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
5 changes: 2 additions & 3 deletions mnid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ apply plugin: "maven"
apply plugin: "java-library"

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compile "com.madgag.spongycastle:prov:$spongycastle_version"
compile "com.github.walleth:kethereum:$kethereum_version"

compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "com.github.walleth.kethereum:base58:$kethereum_version"

testCompile "junit:junit:$junit_version"
}
Expand Down

0 comments on commit 4b873f3

Please sign in to comment.