diff --git a/app/build.gradle b/app/build.gradle index 56cbd5c..ea6583d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ dependencies { implementation 'com.android.support:appcompat-v7:'+supportLibraryVersion implementation 'com.android.support:design:' + supportLibraryVersion testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation project(':pix') implementation 'com.android.support:recyclerview-v7:' + supportLibraryVersion //implementation 'com.fxn769:stash:1.3' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 94456bf..9dc5c13 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@