Skip to content

Commit

Permalink
[Bug | Android] Namespace is missing
Browse files Browse the repository at this point in the history
- Added namespace declaration
  • Loading branch information
RTAzis authored Mar 27, 2024
1 parent 4e77af3 commit 1c9a92d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ android {

defaultConfig {
minSdkVersion 16
if (project.android.hasProperty('namespace')) {
namespace 'com.dominikkrajcer.system_date_time_format'
}
}
}

0 comments on commit 1c9a92d

Please sign in to comment.