mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-08 17:57:01 +00:00
Merge 537adc61e6
into 6929f613df
This commit is contained in:
commit
e7e42baf39
|
@ -15,6 +15,11 @@ plugins {
|
|||
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.
|
||||
* This lets us upload a new build at most every 10 seconds for the
|
||||
|
|
|
@ -108,6 +108,10 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|||
),
|
||||
ThemeHelper.SYSTEM_BAR_ALPHA
|
||||
)
|
||||
updateManager = UpdateManager(this)
|
||||
updateManager.checkForUpdates()
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue