Skip to content

Commit

Permalink
chore(fix): Specify namespace to support gradle 8 (#2197)
Browse files Browse the repository at this point in the history
Include a namespace so gradle 8 can build the project without complaining.
  • Loading branch information
justinhandley authored Feb 3, 2024
1 parent bbe708d commit 3398ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def getExtOrIntegerDefault(name) {

android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
namespace 'com.doublesymmetry.trackplayer'

defaultConfig {
minSdkVersion getExtOrIntegerDefault('minSdkVersion') // RN's minimum version
Expand Down

0 comments on commit 3398ae0

Please sign in to comment.