Skip to content

Commit

Permalink
APP-5239 : add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mfebrianto committed Oct 4, 2024
1 parent 9d599c9 commit 8f8561d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 28

if (project.android.hasProperty('namespace')) {
namespace 'com.sayegh.move_to_background'
}

defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8f8561d

Please sign in to comment.