uhooi / UhooiPicBook-Android

Uhooi's character book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set namespace

uhooi opened this issue · comments

commented

Remove package from AndroidManifest.xml .

package="com.theuhooi.uhooipicbook">

Set namespace to build.gradle.kts .

android {
+   namespace "com.theuhooi.uhooipicbook"
}

Reference

👋 Thanks for reporting!
Please PR :)