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 10:05:38 +0300
committerDaniel Schaal <daniel@schaal.email>2021-02-06 10:05:38 +0300
commit007e52b5abe2b37c3a8338d35d44213825a20ebb (patch)
tree277a5c12d01d3ca3dcf82068e575a98fd5f784d6
parentd58c76274a5eac2ab55ab1517913f89fd7c5873e (diff)
Update realm
-rw-r--r--app/build.gradle2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index daa54fe8..8da0bf48 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -83,7 +83,7 @@ ext {
versions = [
okhttp : '4.9.1',
retrofit : '2.9.0',
- glide : '4.11.0',
+ glide : '4.12.0',
lifecycle : '2.3.0-rc01',
moshi : '1.11.0',
core : '1.3.2',
diff --git a/build.gradle b/build.gradle
index eb6346aa..0dc9e993 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
- classpath 'io.realm:realm-gradle-plugin:10.2.0'
+ classpath 'io.realm:realm-gradle-plugin:10.3.1'
}
}