summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/self.gradle b/library/self.gradle
index f455952..8a225c8 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -13,8 +13,8 @@ android.sourceSets {
res.srcDirs = ['test/instrumentation/res']
dependencies {
- androidTestImplementation 'com.android.support.test:rules:0.5'
- androidTestImplementation 'com.android.support.test:runner:0.5'
+ androidTestImplementation 'com.android.support.test:rules:1.0.0'
+ androidTestImplementation 'com.android.support.test:runner:1.0.0'
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestImplementation 'junit:junit:4.+'