From 7b92630d3b53386a8b83b7056e5485ef78693781 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 9 May 2020 12:02:42 -0400 Subject: [PATCH] Use specific extensions-lib commit to avoid cached release --- common.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common.gradle b/common.gradle index c91907744..2588e8d75 100644 --- a/common.gradle +++ b/common.gradle @@ -58,8 +58,10 @@ repositories { } dependencies { + // Lib 1.2, but using specific commit so we don't need to bump up the version + compileOnly "com.github.tachiyomiorg:extensions-lib:84bfb8d" + compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion" compileOnly 'com.squareup.okhttp3:okhttp:3.10.0' compileOnly 'io.reactivex:rxjava:1.3.6' compileOnly 'org.jsoup:jsoup:1.10.2'