Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jun 10, 2020
1 parent dffbf19 commit bda925d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -32,7 +32,7 @@ ext {
espressoVersion = "3.2.0"
androidSupportTestVersion = "1.2.0"
daggerVersion = "2.27"
okHttpVersion = "3.12.10"
okHttpVersion = "3.12.12"
acraVersion = "5.5.0"
butterknifeVersion = "10.2.1"
robolectricVersion = "4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ dependencies {
testImplementation "androidx.test:core:$rootProject.androidSupportTestVersion"
testImplementation 'org.assertj:assertj-core:3.8.0'
androidTestImplementation 'org.assertj:assertj-core:3.8.0'
implementation "androidx.core:core-ktx:1.2.0"
implementation "androidx.core:core-ktx:1.3.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
Expand Down

0 comments on commit bda925d

Please sign in to comment.