mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-10 04:47:35 +00:00
Update build.gradle.kts
This commit is contained in:
parent
62ba869e4a
commit
f186fe5ce3
|
@ -16,8 +16,8 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.0';
|
implementation("com.squareup.okhttp3:okhttp:4.9.0")
|
||||||
implementation 'com.google.android.play:core:1.10.0';
|
implementation("com.google.android.play:core:1.10.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue