Skip self update for nightlies
This commit is contained in:
@@ -125,8 +125,9 @@ class MainActivity : BaseActivity() {
|
||||
checkExternalStorageManagerPermission()
|
||||
}
|
||||
|
||||
/* Check self update */
|
||||
checkSelfUpdate()
|
||||
/* Check self update only for stable release, skip debug & nightlies*/
|
||||
if (BuildConfig.APPLICATION_ID == Constants.APP_ID)
|
||||
checkSelfUpdate()
|
||||
}
|
||||
|
||||
private fun attachToolbar() {
|
||||
|
||||
Reference in New Issue
Block a user