Skip to content

Commit 62b4859

Browse files
chore: Remove dependency replacement of ARSCLib since we are using upstream REAndroid again
1 parent f546608 commit 62b4859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include(":app")
5858
mapOf(
5959
"morphe-patcher" to "app.morphe:morphe-patcher",
6060
// "morphe-library" to "app.morphe:morphe-library", // FIXME: Must upgrade library gradle to use this
61-
"ARSCLib" to "com.github.REAndroid:arsclib"
61+
// "ARSCLib" to "com.github.REAndroid:arsclib"
6262
).forEach { (libraryPath, libraryName) ->
6363
val libDir = file("../$libraryPath")
6464
if (libDir.exists()) {

0 commit comments

Comments
 (0)