mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-10 11:07:15 +00:00
Update build.gradle.kts
This commit is contained in:
parent
6929f613df
commit
ea9168d2a1
|
@ -15,6 +15,11 @@ plugins {
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "11.4.0"
|
id("org.jlleitschuh.gradle.ktlint") version "11.4.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
||||||
|
implementation 'com.google.android.play:core:1.10.0'
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use the number of seconds/10 since Jan 1 2016 as the versionCode.
|
* Use the number of seconds/10 since Jan 1 2016 as the versionCode.
|
||||||
* This lets us upload a new build at most every 10 seconds for the
|
* This lets us upload a new build at most every 10 seconds for the
|
||||||
|
|
Loading…
Reference in a new issue