From 8aa648c7ae36ce5ccc856d26229a1a56af1622cd Mon Sep 17 00:00:00 2001 From: jmir1 Date: Sun, 25 Apr 2021 00:17:34 +0200 Subject: [PATCH] update library dependency --- common-dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-dependencies.gradle b/common-dependencies.gradle index 052ccdf03..9daf46994 100644 --- a/common-dependencies.gradle +++ b/common-dependencies.gradle @@ -1,7 +1,7 @@ // used both in common.gradle and themesources library dependencies { - // Lib 1.2, but using specific commit so we don't need to bump up the version - compileOnly "com.github.jmir1:extensions-lib:8cd00bb" + // Lib 1.3, but using specific commit so we don't need to bump up the version + compileOnly "com.github.jmir1:extensions-lib:53ec966" // These are provided by the app itself compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"