Skip to content

Commit ff978df

Browse files
Update libraries (#1283)
1 parent 5573125 commit ff978df

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

settings.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import de.fayard.refreshVersions.RefreshVersionsSetup
2-
3-
buildscript {
4-
repositories { gradlePluginPortal() }
5-
dependencies.classpath("de.fayard.refreshVersions:refreshVersions:0.9.7")
1+
plugins {
2+
id("de.fayard.refreshVersions") version "0.10.1"
63
}
74

8-
RefreshVersionsSetup.bootstrap(settings)
9-
105
include ':di'
116
include ':app'
127
include ':statistics'

versions.properties

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,46 @@
1-
## suppress inspection "SpellCheckingInspection" for whole file
2-
## suppress inspection "UnusedProperty" for whole file
3-
##
4-
## Dependencies and Plugin versions with their available updates
5-
## Generated by $ ./gradlew refreshVersions
6-
## Please, don't put extra comments in that file yet, keeping them is not supported yet.
1+
#### Dependencies and Plugin versions with their available updates.
2+
#### Generated by `./gradlew refreshVersions` version 0.10.1
3+
####
4+
#### Don't manually edit or split the comments that start with four hashtags (####),
5+
#### they will be overwritten by refreshVersions.
6+
####
7+
#### suppress inspection "SpellCheckingInspection" for whole file
8+
#### suppress inspection "UnusedProperty" for whole file
79

810
version.androidx.appcompat=1.2.0
911
version.androidx.arch.core=2.1.0
1012
version.androidx.constraintlayout=2.0.4
11-
version.androidx.recyclerview=1.2.0
13+
version.androidx.recyclerview=1.2.1
1214
version.androidx.core=1.3.2
1315
version.androidx.fragment=1.2.5
1416
version.androidx.legacy=1.0.0
1517
version.androidx.lifecycle=2.4.0-alpha01
16-
version.androidx.room=2.2.5
18+
version.androidx.room=2.2.6
1719
version.androidx.swiperefreshlayout=1.1.0
18-
version.androidx.test=1.3.0
20+
version.androidx.test=1.4.0-beta02
1921
version.androidx.webkit=1.3.0
2022
version.androidx.work=2.4.0
2123
version.androidx.security=1.1.0-alpha03
22-
version.com.airbnb.android..lottie=3.4.0
24+
version.androidx.security-crypto=1.1.0-alpha03
25+
version.com.airbnb.android..lottie=3.7.0
2326
version.com.android.installreferrer..installreferrer=1.1.2
24-
version.com.github.bumptech.glide..compiler=4.11.0
25-
version.com.github.bumptech.glide..glide=4.11.0
26-
version.com.github.bumptech.glide..okhttp3-integration=4.11.0
27+
version.com.github.bumptech.glide..compiler=4.12.0
28+
version.com.github.bumptech.glide..glide=4.12.0
29+
version.com.github.bumptech.glide..okhttp3-integration=4.12.0
2730
version.com.jakewharton.rxrelay2..rxrelay=2.0.0
2831
version.com.jakewharton.timber..timber=4.7.1
29-
version.com.nhaarman.mockitokotlin2..mockito-kotlin=2.1.0
32+
version.com.nhaarman.mockitokotlin2..mockito-kotlin=2.2.0
3033
version.google.android.material=1.2.1
31-
version.google.dagger=2.32
34+
version.google.dagger=2.37
3235
version.io.reactivex.rxjava2..rxandroid=2.0.2
3336
version.io.reactivex.rxjava2..rxjava=2.2.9
3437
version.kotlin=1.4.10
3538
version.kotlinx.coroutines=1.5.0
36-
version.leakcanary=2.5
39+
version.leakcanary=2.7
3740
version.okhttp3=4.9.0
3841
version.org.apache.commons..commons-math3=3.6.1
39-
version.org.mockito..mockito-android=3.4.6
40-
version.retrofit2=2.8.1
42+
version.mockito=3.4.6
43+
version.retrofit2=2.9.0
4144
version.junit.junit=4.13.2
4245
version.org.jsoup..jsoup=1.13.1
43-
version.app.cash.turbine..turbine=0.5.1
46+
version.app.cash.turbine..turbine=0.5.2

0 commit comments

Comments
 (0)