Skip to content

Commit

Permalink
fix(build): fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <skita@teclib.com>
  • Loading branch information
stonebuzz committed Dec 19, 2019
1 parent 66412d3 commit 47a69e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions inventory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
testCoverageEnabled true
}
}
Expand All @@ -34,7 +35,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
testImplementation 'com.android.support.test:runner:1.0.1'
testImplementation 'com.android.support.test:runner:1.0.2'
testImplementation 'androidx.test:core:1.2.0'
implementation 'com.orhanobut:logger:2.1.1'
implementation 'com.android.support:support-compat:28.0.0'

Expand Down Expand Up @@ -100,4 +102,3 @@ ext {

apply from: 'bintray.gradle'
apply from: 'install.gradle'

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':inventory', ':example_java', ':example_kotlin'
include ':inventory', ':example_java', ':example_kotlin', ':app'

0 comments on commit 47a69e7

Please sign in to comment.