Skip to content

Commit

Permalink
Library update
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Apr 14, 2020
1 parent 1c5e5c2 commit 3682d9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'org.ajoberstar.grgit'
apply from: 'gradle/versioning.gradle'

buildscript {
ext.kotlin_version = '1.3.70'
ext.kotlin_version = '1.3.71'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:0.9.17'
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
Expand Down
10 changes: 5 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ android {
}

dependencies {
def dagger_version = '2.26'
def dagger_version = '2.27'
def nav_version = '2.2.1'
def work_version = '2.3.3'
def work_version = '2.3.4'

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':base')
Expand All @@ -70,7 +70,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0-alpha02'
implementation 'androidx.core:core-ktx:1.3.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation 'androidx.recyclerview:recyclerview:1.1.0'
Expand All @@ -95,13 +95,13 @@ dependencies {
implementation "io.reactivex.rxjava2:rxjava:${commonLibVersions.rx_java}"
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'

implementation 'com.jakewharton.threetenabp:threetenabp:1.2.2'
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.3'
implementation 'com.jakewharton.timber:timber:4.7.1'

testImplementation "junit:junit:${commonLibVersions.junit}"
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:${commonLibVersions.mockito_kotlin}"
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'org.threeten:threetenbp:1.4.1'
testImplementation 'org.threeten:threetenbp:1.4.3'
}

0 comments on commit 3682d9a

Please sign in to comment.