浏览代码

停止追踪,修改starRTC/build.gradle

allen 4 年之前
父节点
当前提交
c9df07eda6

二进制
.gradle/4.4/fileHashes/resourceHashesCache.bin


二进制
.gradle/4.4/javaCompile/classAnalysis.bin


二进制
.gradle/4.4/javaCompile/javaCompile.lock


二进制
.gradle/4.4/javaCompile/taskHistory.bin


二进制
.gradle/4.4/javaCompile/taskJars.bin


+ 1 - 1
starRTC/build.gradle

@@ -57,5 +57,5 @@ dependencies {
     testCompile 'junit:junit:4.12'
     compile 'com.android.support:recyclerview-v7:24.2.0'
     compile files('libs/star_rtc_sdk.jar')
-    implementation files('libs\\star_rtc_sdk.jar')
+    implementation files('libs/star_rtc_sdk.jar')
 }