mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 05:56:33 -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