Skip to content

Commit 47a69e7

Browse files
committed
fix(build): fix dependencies
Signed-off-by: Teclib <skita@teclib.com>
1 parent 66412d3 commit 47a69e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

inventory/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ android {
1818
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1919
}
2020
debug {
21+
minifyEnabled false
2122
testCoverageEnabled true
2223
}
2324
}
@@ -34,7 +35,8 @@ dependencies {
3435
exclude group: 'com.android.support', module: 'support-annotations'
3536
})
3637
testImplementation 'junit:junit:4.12'
37-
testImplementation 'com.android.support.test:runner:1.0.1'
38+
testImplementation 'com.android.support.test:runner:1.0.2'
39+
testImplementation 'androidx.test:core:1.2.0'
3840
implementation 'com.orhanobut:logger:2.1.1'
3941
implementation 'com.android.support:support-compat:28.0.0'
4042

@@ -100,4 +102,3 @@ ext {
100102

101103
apply from: 'bintray.gradle'
102104
apply from: 'install.gradle'
103-

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':inventory', ':example_java', ':example_kotlin'
1+
include ':inventory', ':example_java', ':example_kotlin', ':app'

0 commit comments

Comments
 (0)