Skip to content

Commit

Permalink
Rename defaultRes module to core
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Dec 20, 2020
1 parent 7221fb4 commit 3b3695f
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include(":annotations")
include(":defaultRes")
include(":core")

include(":lib-ratelimit")
project(":lib-ratelimit").projectDir = File("lib/ratelimit")
Expand Down

0 comments on commit 3b3695f

Please sign in to comment.