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-07-06 07:42:01 +0300
committerDaniel Schaal <daniel@schaal.email>2021-07-06 07:42:01 +0300
commit63bc8b9992a9da97ccc8a299234b42427dbd286a (patch)
treed648df5869e2fd2407cf12fe4741660f012174e5
parentfe1b1e535b2aa2d50d6cab896202bf093f4b09b4 (diff)
Update realm to 10.6.1
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ffb39e55..49a4fd8f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
- classpath 'io.realm:realm-gradle-plugin:10.6.0'
+ classpath 'io.realm:realm-gradle-plugin:10.6.1'
}
}