diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-29 23:35:07 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-29 23:35:07 -0800 |
commit | 118635f6630487e93a519e9a63151d95b31ee8b1 (patch) | |
tree | 354c8b0a52866ad62e1b20860517bc5287401cb4 /buildSrc/src/main | |
parent | 34e5eebbc2dfdd9e71ba200c044f3637ba89aaa2 (diff) | |
parent | e732e30d97babca49ba5f7d97aea1620ba14024b (diff) | |
download | frost-118635f6630487e93a519e9a63151d95b31ee8b1.tar.gz frost-118635f6630487e93a519e9a63151d95b31ee8b1.tar.bz2 frost-118635f6630487e93a519e9a63151d95b31ee8b1.zip |
Merge remote-tracking branch 'origin/dev' into save-image
Diffstat (limited to 'buildSrc/src/main')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 75544cfb..3e33e6f1 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -14,9 +14,7 @@ object Versions { const val mockk = "1.9.3" // https://github.com/jhy/jsoup/releases - const val jsoup = "1.12.1" - // https://square.github.io/leakcanary/changelog/ - const val leakCanary = "2.2" + const val jsoup = "1.13.1" // https://square.github.io/okhttp/changelog/ const val okhttp = "4.3.1" // https://developer.android.com/jetpack/androidx/releases/room @@ -25,6 +23,6 @@ object Versions { const val roboelectric = "4.3" // https://github.com/davemorrissey/subsampling-scale-image-view#quick-start const val scaleImageView = "3.10.0" - // https://github.com/srs/gradle-node-plugin/releases - const val nodeGradle = "1.3.1" + // https://github.com/node-gradle/gradle-node-plugin/releases + const val nodeGradle = "2.2.3" }
\ No newline at end of file |