Skip to content

Commit

Permalink
Merge pull request #19 from Codel1417/patch-1
Browse files Browse the repository at this point in the history
Add namespace to build.gradle
  • Loading branch information
drybnikov authored Dec 4, 2024
2 parents f2fd73b + 4a93314 commit 06ed83f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
// Namespace declaration for Android Gradle Plugin compatibility
// Matches the group ID and existing package structure
if (project.android.hasProperty("namespace")) {
namespace 'com.rightbite.denisr'
}
compileSdk 34

sourceSets {
Expand Down

0 comments on commit 06ed83f

Please sign in to comment.