mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 17:07:56 -05:00
android: Adapt EmulationActivity to navigation component
This commit is contained in:
@ -11,3 +11,12 @@ plugins {
|
||||
tasks.register("clean").configure {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user