Rename defaultRes module to core
This commit is contained in:
parent
7221fb4856
commit
3b3695f97b
common.gradle
core
settings.gradle.kts@ -58,7 +58,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
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
|
||||
compileOnly "com.github.tachiyomiorg:extensions-lib:a596412"
|
||||
|
Before ![]() (image error) Size: 2.6 KiB After ![]() (image error) Size: 2.6 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.2 KiB After ![]() (image error) Size: 3.2 KiB ![]() ![]() |
Before ![]() (image error) Size: 6.6 KiB After ![]() (image error) Size: 6.6 KiB ![]() ![]() |
Before ![]() (image error) Size: 9.5 KiB After ![]() (image error) Size: 9.5 KiB ![]() ![]() |
@ -1,5 +1,5 @@
|
||||
include(":annotations")
|
||||
include(":defaultRes")
|
||||
include(":core")
|
||||
|
||||
include(":lib-ratelimit")
|
||||
project(":lib-ratelimit").projectDir = File("lib/ratelimit")
|
||||
|
Loading…
x
Reference in New Issue
Block a user