update library dependency

This commit is contained in:
jmir1
2021-04-25 00:17:34 +02:00
parent eb6ecce9bf
commit 8aa648c7ae

View File

@ -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"