aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin/Versions.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-13 14:05:23 -0700
committerGitHub <noreply@github.com>2019-06-13 14:05:23 -0700
commitace51697528fc05bad88eddf4dea6fe52ca008ba (patch)
tree9c1977db7018c710ae6080687cff5e4cabc5d260 /buildSrc/src/main/kotlin/Versions.kt
parentdc409d14c26a9cb6be4eecfb59e56f37207572c8 (diff)
parent1af2414105b33e92b7a9902b016aa7f4a9b3c869 (diff)
downloadfrost-ace51697528fc05bad88eddf4dea6fe52ca008ba.tar.gz
frost-ace51697528fc05bad88eddf4dea6fe52ca008ba.tar.bz2
frost-ace51697528fc05bad88eddf4dea6fe52ca008ba.zip
Merge pull request #1437 from AllanWang/plugin
Plugin
Diffstat (limited to 'buildSrc/src/main/kotlin/Versions.kt')
-rw-r--r--buildSrc/src/main/kotlin/Versions.kt37
1 files changed, 37 insertions, 0 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
new file mode 100644
index 00000000..df15d665
--- /dev/null
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -0,0 +1,37 @@
+object Versions {
+
+ const val andxBiometric = "1.0.0-alpha04"
+
+ // https://mvnrepository.com/artifact/org.apache.commons/commons-text
+ // Updates blocked due to javax.script dependency
+ const val apacheCommonsText = "1.4"
+ // https://github.com/Raizlabs/DBFlow/releases
+ const val dbflow = "4.2.4"
+ // https://github.com/brianwernick/ExoMedia/releases
+ const val exoMedia = "4.3.0"
+ // https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md
+ const val koin = "2.0.0-rc-2"
+ // https://github.com/mockk/mockk/releases
+ const val mockk = "1.9.3"
+ // https://mvnrepository.com/artifact/androidx.core/core-ktx?repo=google
+ const val ktx = "1.0.2"
+
+ // https://github.com/FasterXML/jackson-core/releases
+ const val jackson = "2.9.8"
+ // https://github.com/jhy/jsoup/releases
+ const val jsoup = "1.11.3"
+ // https://github.com/square/leakcanary/releases
+ const val leakCanary = "1.6.2"
+ // https://github.com/zsmb13/MaterialDrawerKt/releases
+ const val materialDrawerKt = "2.0.1"
+ // https://github.com/square/okhttp/releases
+ const val okhttp = "3.14.1"
+ // https://developer.android.com/jetpack/androidx/releases/room
+ const val room = "2.1.0-rc01"
+ // http://robolectric.org/getting-started/
+ const val roboelectric = "4.2"
+ // https://github.com/davemorrissey/subsampling-scale-image-view#quick-start
+ const val scaleImageView = "3.10.0"
+ // https://github.com/umano/AndroidSlidingUpPanel#importing-the-library
+ const val slidingPanel = "3.4.0"
+} \ No newline at end of file