Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2021-02-06 09:59:59 +0300
committerDaniel Schaal <daniel@schaal.email>2021-02-06 09:59:59 +0300
commit3802a11a211c9f1fea4b2df9c178d07c6d8604a3 (patch)
treee27fe691fe2736e80c78c78c6c140cbccb958dc4
parent41f3639caa0f566d5eea42c372b9957ab5a209d4 (diff)
Update aboutlibraries to 8.8.0
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f2019cfd..5428d8e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@
buildscript {
ext.kotlin_version = '1.4.21'
- ext.about_libraries_version = '8.6.3'
+ ext.about_libraries_version = '8.8.0'
repositories {
jcenter()