Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Jun 16, 2020
1 parent f8d7565 commit c5133db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ dependencies {
implementation project(':library')

//==================== Kotlin ====================
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin"

//==================== Support Library ====================
implementation "com.android.support:appcompat-v7:$supportLibrary"
implementation "com.android.support:design:$supportLibrary"

//==================== Structure ====================
implementation "io.reactivex.rxjava2:rxjava:2.1.9"
implementation "io.reactivex.rxjava2:rxjava:2.2.19"

//==================== Test ====================
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
testImplementation "com.nhaarman:mockito-kotlin:1.5.0"
testImplementation "org.robolectric:robolectric:3.5.1"
androidTestImplementation "com.android.support.test:runner:1.0.1"
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.1"
androidTestImplementation "com.android.support.test.espresso:espresso-intents:3.0.1"
androidTestImplementation "com.android.support.test:runner:1.0.2"
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
androidTestImplementation "com.android.support.test.espresso:espresso-intents:3.0.2"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx1536m
compileSdk=26
targetSdk=26
minSdk=19
kotlin=1.2.30
kotlin=1.3.72
supportLibrary=27.1.1
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ android {

dependencies {
//==================== Kotlin ====================
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin"

//==================== Structure ====================
implementation "io.reactivex.rxjava2:rxjava:2.1.9"
implementation "io.reactivex.rxjava2:rxjava:2.2.19"

//==================== Test ====================
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
testImplementation "com.nhaarman:mockito-kotlin:1.5.0"
testImplementation "org.robolectric:robolectric:3.5.1"
}
Expand Down

0 comments on commit c5133db

Please sign in to comment.