Skip to content

Commit

Permalink
unused dependencies removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ktvipin27 committed May 18, 2020
1 parent abc9ba8 commit 7249bf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
4 changes: 0 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ android {
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
}

Expand All @@ -71,8 +70,5 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.room:room-runtime:2.2.5'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
apply from: 'publish.gradle'

This file was deleted.

32 changes: 0 additions & 32 deletions library/src/test/java/com/ktvipin/roominspector/ExampleUnitTest.kt

This file was deleted.

0 comments on commit 7249bf1

Please sign in to comment.