From bf11f1cb96cfeb98a21025459f24f235ff06cd42 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Mon, 11 Nov 2019 14:47:37 -0800 Subject: Adding files --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 4a0ea15..9031548 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false kotlin_version=1.3.50 -coroutines_version = 1.3.1 -annotations_version = 16.0.3 \ No newline at end of file +coroutines_version = 1.3.2 +annotations_version = 18.0.0 \ No newline at end of file -- cgit