Skip to content

Commit 4a47722

Browse files
Fix Kolorette showing as not installed
1 parent d0c69c5 commit 4a47722

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 = 242
6-
const val versionName = "2.4.2"
5+
const val version = 243
6+
const val versionName = "2.4.3"
77
}

library/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<package android:name="org.kustom.wallpaper.pro" />
5757
<package android:name="org.kustom.lockscreen" />
5858
<package android:name="org.kustom.lockscreen.pro" />
59+
<package android:name="com.arun.themeutil.kolorette" />
5960
</queries>
6061

6162
</manifest>

0 commit comments

Comments
 (0)