forked from MeloNX/MeloNX
Add preBuild dependency on libryujinx for app
This commit is contained in:
parent
5070e14317
commit
733f13fe0e
@ -68,6 +68,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("preBuild") {
|
||||
dependsOn ':libryujinx:assemble'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
runtimeOnly project(":libryujinx")
|
||||
implementation 'androidx.core:core-ktx:1.10.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user