소스 검색

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'
 }