mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge pull request #10493 from nextcloud/dependabot/gradle/kotlin_version-1.7.10
Bump kotlin_version from 1.6.21 to 1.7.10
This commit is contained in:
commit
152190803e
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ class PassCodeManager(private val preferences: AppPreferences, private val clock
|
||||||
visibleActivitiesCounter--
|
visibleActivitiesCounter--
|
||||||
}
|
}
|
||||||
val powerMgr = activity.getSystemService(Context.POWER_SERVICE) as PowerManager
|
val powerMgr = activity.getSystemService(Context.POWER_SERVICE) as PowerManager
|
||||||
if ((isPassCodeEnabled() || deviceCredentialsAreEnabled(activity)) && !powerMgr?.isScreenOn) {
|
if ((isPassCodeEnabled() || deviceCredentialsAreEnabled(activity)) && !powerMgr.isScreenOn) {
|
||||||
activity.moveTaskToBack(true)
|
activity.moveTaskToBack(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
jacoco_version = '0.8.8'
|
jacoco_version = '0.8.8'
|
||||||
kotlin_version = '1.6.21'
|
kotlin_version = '1.7.10'
|
||||||
androidxTestVersion = "1.4.0"
|
androidxTestVersion = "1.4.0"
|
||||||
daggerVersion = "2.43.2"
|
daggerVersion = "2.43.2"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
|
|
Loading…
Reference in a new issue