Rename defaultRes module to core

This commit is contained in:
arkon 2020-12-20 12:16:23 -05:00 committed by arkon
parent 7221fb4856
commit 3b3695f97b
9 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ repositories {
dependencies { dependencies {
implementation project(":annotations") implementation project(":annotations")
implementation project(":defaultRes") implementation project(":core")
// Lib 1.2, but using specific commit so we don't need to bump up the version // Lib 1.2, but using specific commit so we don't need to bump up the version
compileOnly "com.github.tachiyomiorg:extensions-lib:a596412" compileOnly "com.github.tachiyomiorg:extensions-lib:a596412"

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -1,5 +1,5 @@
include(":annotations") include(":annotations")
include(":defaultRes") include(":core")
include(":lib-ratelimit") include(":lib-ratelimit")
project(":lib-ratelimit").projectDir = File("lib/ratelimit") project(":lib-ratelimit").projectDir = File("lib/ratelimit")