Skip to content

Commit

Permalink
Merge pull request #1 from amaysim-au/feature/APP-5239
Browse files Browse the repository at this point in the history
APP-5239 : add namespace
  • Loading branch information
mfebrianto authored Oct 4, 2024
2 parents 9d599c9 + 8f8561d commit dc4c214
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 dc4c214

Please sign in to comment.