Преглед на файлове

Upgrades the plugin versions

Subbramanian Lakshmanan преди 7 години
родител
ревизия
111582adfe
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      app/build.gradle

+ 4 - 4
app/build.gradle

@@ -60,9 +60,9 @@ dependencies {
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.mockito:mockito-core:2.7.6'
     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.test:runner:1.1.0'
+    androidTestImplementation 'androidx.test:rules:1.1.0'
     androidTestImplementation 'androidx.annotation:annotation:1.0.0'
-    androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
-    androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
+    androidTestImplementation 'androidx.test:runner:1.1.0'
+    androidTestImplementation 'androidx.test:rules:1.1.0'
 }