Skip to content

Commit 6614717

Browse files
Update to Frames 3.5.4
1 parent 4a47722 commit 6614717

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

buildSrc/src/main/java/Kuper.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object Kuper {
44
const val appId = "dev.jahir.kuper.app"
5-
const val version = 243
6-
const val versionName = "2.4.3"
5+
const val version = 244
6+
const val versionName = "2.4.4"
77
}

buildSrc/src/main/java/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Versions {
1616
const val buildTools = "33.0.2"
1717

1818
// Frames
19-
const val frames = "3.5.2"
19+
const val frames = "3.5.4"
2020

2121
// Kustom API
2222
const val kustomApi = "6369c37"

library/src/main/kotlin/dev/jahir/kuper/ui/activities/KuperActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ abstract class KuperActivity : FramesActivity() {
112112
}
113113
}
114114

115-
override fun internalOnPermissionsGranted(permission: String?) {
115+
override fun internalOnPermissionsGranted(permission: String) {
116116
super.internalOnPermissionsGranted(permission)
117117
if (permission == Manifest.permission.WRITE_EXTERNAL_STORAGE) {
118118
(currentFragment as? ComponentsFragment)?.updateDeviceWallpaper()

0 commit comments

Comments
 (0)