Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Tweak namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 26, 2024
1 parent 98ab3f0 commit e1cabfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions adapter/rv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
}

android {
namespace = "io.github.goooler.adapter.rv"
buildFeatures.dataBinding = true
}

Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ allprojects {
fun <T : BaseExtension> Project.setupBase(block: T.() -> Unit) {
extensions.configure<BaseExtension> {
resourcePrefix = "${name}_"
namespace = "io.goooler.demoapp.$name"
if (namespace.isNullOrEmpty()) {
namespace = "io.goooler.demoapp.$name"
}
compileSdkVersion(34)
defaultConfig {
minSdk = 21
Expand Down

0 comments on commit e1cabfd

Please sign in to comment.