Skip to content

Commit

Permalink
Fix Kolorette showing as not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 24, 2023
1 parent d0c69c5 commit 4a47722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = 242
const val versionName = "2.4.2"
const val version = 243
const val versionName = "2.4.3"
}
1 change: 1 addition & 0 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<package android:name="org.kustom.wallpaper.pro" />
<package android:name="org.kustom.lockscreen" />
<package android:name="org.kustom.lockscreen.pro" />
<package android:name="com.arun.themeutil.kolorette" />
</queries>

</manifest>

0 comments on commit 4a47722

Please sign in to comment.