Fork: rename package and applicationId

This commit is contained in:
Atte149 2026-06-15 16:13:31 +03:00
parent b0ab7d320a
commit ad821faecd
577 changed files with 2463 additions and 2379 deletions

View file

@ -10,12 +10,12 @@ plugins {
}
android {
namespace = "ua.acclorite.book_story"
namespace = "org.dueattendant149.bookshelf"
compileSdk = 36
// Default configuration
defaultConfig {
applicationId = "ua.acclorite.book_story"
applicationId = "org.dueattendant149.bookshelf"
minSdk = 26
targetSdk = 36
versionCode = 14