Merge 537adc61e6 into 6929f613df
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user