Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit a8d18fa

Browse files
committed
Cleanup
1 parent 9a7ec80 commit a8d18fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ android {
1212
targetSdkVersion 29
1313
versionCode 1
1414
versionName "1.0"
15-
16-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1715
}
1816

1917
compileOptions {
@@ -41,9 +39,6 @@ dependencies {
4139
implementation 'androidx.core:core-ktx:1.2.0'
4240
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4341
implementation 'androidx.preference:preference:1.1.1'
44-
testImplementation 'junit:junit:4.12'
45-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
46-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
4742
implementation 'androidx.recyclerview:recyclerview:1.1.0'
4843
implementation 'androidx.cardview:cardview:1.0.0'
4944
implementation 'com.google.android.material:material:1.1.0'

0 commit comments

Comments
 (0)