Skip to content

Commit

Permalink
Update third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedetbekov committed Mar 13, 2019
1 parent af90314 commit f672b62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:27.1.1'

implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'

// ViewModel and LiveData
Expand Down
12 changes: 6 additions & 6 deletions bitcoinkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ android {
}

lintOptions { abortOnError false }

kotlinOptions {
jvmTarget = '1.8'
}
kotlinOptions { jvmTarget = '1.8' }
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -47,18 +44,21 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
// RxJava
implementation 'io.reactivex.rxjava2:rxjava:2.2.2'

// For cryptocurrency
implementation 'com.madgag.spongycastle:core:1.58.0.0'

// JSON
implementation 'com.eclipsesource.minimal-json:minimal-json:0.9.5'

// HDWallet Kit
implementation 'com.github.horizontalsystems:hd-wallet-kit-android:a3666d8'

// Test helpers
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.22.0'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'com.nhaarman:mockito-kotlin-kt1.1:1.6.0'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.0-beta.5'
testImplementation 'org.powermock:powermock-module-junit4:2.0.0-beta.5'
Expand Down

0 comments on commit f672b62

Please sign in to comment.