Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hide1202 committed Dec 16, 2020
1 parent 9d4578a commit ea292a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha02'
classpath "com.github.ben-manes:gradle-versions-plugin:0.33.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jacoco:org.jacoco.core:0.8.1"
classpath "org.jacoco:org.jacoco.core:0.8.6"

classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.libraries.hilt}"
}
Expand Down
18 changes: 9 additions & 9 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
ext.versions = [
kotlin : '1.4.10',
kotlin : '1.4.21',
kotlinx : [
coroutines: '1.3.9'
coroutines: '1.4.2'
],
android : [
compileSdk: 29,
minSdk : 21,
targetSdk : 29
],
androidx : [
core : '1.3.0',
core : '1.3.2',
activity : '1.1.0',
fragment : '1.2.5',
appcompat : '1.1.0',
appcompat : '1.2.0',
recyclerview : '1.2.0-alpha06',
swiperefreshlayout: '1.2.0-alpha01',
lifecycle : '2.2.0',
material : '1.3.0-alpha03',
constraintlayout : '2.0.1',
startup : '1.0.0-beta01',
constraintlayout : '2.0.4',
startup : '1.0.0',
ext_junit : '1.1.2',
espresso_core : '3.3.0',
hilt : '1.0.0-alpha02',
paging : '3.0.0-alpha07',
navigation : '2.3.0',
navigation : '2.3.2',
room : '2.2.5'
],
test : [
junit : '4.13',
junit : '4.13.1',
android_test_core: '1.3.0',
android_core : '2.1.0',
mockk : '1.10.3',
Expand All @@ -41,7 +41,7 @@ ext.versions = [
arrow : '0.11.0',
timber : '4.7.1',
hilt : '2.29.1-alpha',
dagger : '2.29.1',
dagger : '2.30.1',
glide : '4.11.0'
]
]
Expand Down

0 comments on commit ea292a3

Please sign in to comment.