Skip to content

Commit

Permalink
Update to Frames 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 26, 2023
1 parent 4a47722 commit 6614717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Kuper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Kuper {
const val appId = "dev.jahir.kuper.app"
const val version = 243
const val versionName = "2.4.3"
const val version = 244
const val versionName = "2.4.4"
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Versions {
const val buildTools = "33.0.2"

// Frames
const val frames = "3.5.2"
const val frames = "3.5.4"

// Kustom API
const val kustomApi = "6369c37"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ abstract class KuperActivity : FramesActivity() {
}
}

override fun internalOnPermissionsGranted(permission: String?) {
override fun internalOnPermissionsGranted(permission: String) {
super.internalOnPermissionsGranted(permission)
if (permission == Manifest.permission.WRITE_EXTERNAL_STORAGE) {
(currentFragment as? ComponentsFragment)?.updateDeviceWallpaper()
Expand Down

0 comments on commit 6614717

Please sign in to comment.