mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Add preBuild dependency on libryujinx for app
This commit is contained in:
parent
6aa738d23b
commit
ffcb51bafb
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.named("preBuild") {
|
||||
dependsOn ':libryujinx:assemble'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
runtimeOnly project(":libryujinx")
|
||||
implementation 'androidx.core:core-ktx:1.10.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue