From bbf1c4ffd96b7aaf39c7f6e5d6140308ad6ffdb4 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 11 Jul 2020 13:37:55 -0400 Subject: [PATCH] Update realms to 6.1.0, hopefully fix the startup crash with it --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 37a6e9da3..2ca3811bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ buildscript { classpath("com.google.gms:google-services:4.3.3") classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:8.2.0") // Realm (EH) - classpath("io.realm:realm-gradle-plugin:6.0.2") + classpath("io.realm:realm-gradle-plugin:6.1.0") // Firebase (EH) classpath("io.fabric.tools:gradle:1.31.0")