Skip to content

Commit 5dce038

Browse files
fix: ARSCLib libraries are not included in minimized fat jar
1 parent 9c49275 commit 5dce038

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin = "2.3.21"
55

66
# CLI
77
picocli = "4.7.7"
8-
arsclib = "9696ffecda"
8+
arsclib = "d78a66bcee"
99
morphe-patcher = "1.5.1-dev.2"
1010
morphe-library = "1.3.0"
1111

@@ -39,7 +39,7 @@ about-libraries = "14.0.1"
3939

4040
[libraries]
4141
# Morphe Core
42-
arsclib = { module = "com.github.MorpheApp:ARSCLib", version.ref = "arsclib" }
42+
arsclib = { module = "com.github.REAndroid:ARSCLib", version.ref = "arsclib" }
4343
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
4444
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }
4545
morphe-patcher = { module = "app.morphe:morphe-patcher", version.ref = "morphe-patcher" }

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ rootProject.name = "morphe-cli"
1515

1616
// Include morphe-patcher and morphe-library as composite builds if they exist locally
1717
mapOf(
18-
"ARSCLib" to "com.github.MorpheApp:ARSCLib",
1918
"morphe-patcher" to "app.morphe:morphe-patcher",
2019
"morphe-library" to "app.morphe:morphe-library",
2120
).forEach { (libraryPath, libraryName) ->

0 commit comments

Comments
 (0)