We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dc6ea commit a220fd1Copy full SHA for a220fd1
2 files changed
streaming-support/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'com.android.library'
3
}
4
5
-apply from: "$rootDir/gradle/common-android-library.gradle"
+apply from: "$projectDir/../gradle/common-android-library.gradle"
6
7
android {
8
namespace 'io.split.android.client.streaming.support'
streaming/build.gradle
namespace 'io.split.android.streaming'
0 commit comments