File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ dependencies {
116116 implementation project(path : ' :react-native-theoplayer-analytics-conviva' )
117117 implementation project(path : ' :react-native-theoplayer-analytics-nielsen' )
118118 implementation project(path : ' :react-native-theoplayer-yospace' )
119- implementation project(path : ' :react-native-theoplayer-analytics-adscript' )
120- implementation project(path : ' :react-native-theoplayer-analytics-gemius' )
119+ // implementation project(path: ':react-native-theoplayer-analytics-adscript')
120+ // implementation project(path: ':react-native-theoplayer-analytics-gemius')
121121
122122 implementation " com.google.android.gms:play-services-cast-framework:${ safeExtGet('castFrameworkVersion', '+')} "
123123
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include ':react-native-theoplayer-analytics-nielsen'
1414project(' :react-native-theoplayer-analytics-nielsen' ). projectDir = new File (rootProject. projectDir, ' ../../../nielsen/android' )
1515include ' :react-native-theoplayer-yospace'
1616project(' :react-native-theoplayer-yospace' ). projectDir = new File (rootProject. projectDir, ' ../../../yospace/android' )
17- include ' :react-native-theoplayer-analytics-adscript'
18- project(' :react-native-theoplayer-analytics-adscript' ). projectDir = new File (rootProject. projectDir, ' ../../../adscript/android' )
19- include ' :react-native-theoplayer-analytics-gemius'
20- project(' :react-native-theoplayer-analytics-gemius' ). projectDir = new File (rootProject. projectDir, ' ../../../gemius/android' )
17+ // include ':react-native-theoplayer-analytics-adscript'
18+ // project(':react-native-theoplayer-analytics-adscript').projectDir = new File(rootProject.projectDir, '../../../adscript/android')
19+ // include ':react-native-theoplayer-analytics-gemius'
20+ // project(':react-native-theoplayer-analytics-gemius').projectDir = new File(rootProject.projectDir, '../../../gemius/android')
You can’t perform that action at this time.
0 commit comments