File tree 3 files changed +4
-4
lines changed
library/src/main/kotlin/dev/jahir/kuper/ui/activities
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
object Kuper {
4
4
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 "
7
7
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Versions {
16
16
const val buildTools = " 33.0.2"
17
17
18
18
// Frames
19
- const val frames = " 3.5.2 "
19
+ const val frames = " 3.5.4 "
20
20
21
21
// Kustom API
22
22
const val kustomApi = " 6369c37"
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ abstract class KuperActivity : FramesActivity() {
112
112
}
113
113
}
114
114
115
- override fun internalOnPermissionsGranted (permission : String? ) {
115
+ override fun internalOnPermissionsGranted (permission : String ) {
116
116
super .internalOnPermissionsGranted(permission)
117
117
if (permission == Manifest .permission.WRITE_EXTERNAL_STORAGE ) {
118
118
(currentFragment as ? ComponentsFragment )?.updateDeviceWallpaper()
You can’t perform that action at this time.
0 commit comments