瀏覽代碼

androidx test dep

sduduzog 7 年之前
父節點
當前提交
9c972850fb
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -62,4 +62,7 @@ dependencies {
     androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha01'
     androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
     androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
+    androidTestImplementation 'androidx.annotation:annotation:1.0.0'
+    androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
+    androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
 }