Skip to content

Commit

Permalink
library update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeimm committed Jun 30, 2019
1 parent 8d68ae1 commit 2a7183d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api 'oauth.signpost:signpost-core:1.2.1.2'
api 'se.akerfeldt:okhttp-signpost:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.2'
implementation 'com.squareup.okhttp3:okhttp:4.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation group: 'org.apache.commons', name: 'commons-text', version: "$apacheCommonsTextVersion"
implementation 'androidx.annotation:annotation:1.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-M2'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 2a7183d

Please sign in to comment.