Skip to content

Commit c4c0164

Browse files
committed
Remove unused dependencies declaration
1 parent 5b6c48b commit c4c0164

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dependency.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,19 @@ ext.with {
1414
constraintLayout = '1.1.2'
1515
espresso = '3.0.2'
1616

17-
archRuntime = '1.1.1'
18-
archCompiler = '1.1.1'
19-
2017
kotlins = '1.2.70'
2118

2219
bintray = '1.8.4'
2320
maven = '2.1'
2421

2522
dependency_jvm = [
2623
kotlin_stdlib : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlins",
27-
kotlin_reflection: "org.jetbrains.kotlin:kotlin-reflect:$kotlins",
2824
kotlin_test : "org.jetbrains.kotlin:kotlin-test:$kotlins",
2925
kotlin_test_junit: "org.jetbrains.kotlin:kotlin-test-junit:$kotlins"
3026
]
3127
dependency_android = [
3228
appcompat : "com.android.support:appcompat-v7:$appcompat",
3329
constraint_layout : "com.android.support.constraint:constraint-layout:$constraintLayout",
34-
arch_extensions : "android.arch.lifecycle:extensions:$archRuntime",
35-
arch_compiler : "android.arch.lifecycle:common-java8:$archCompiler",
3630
espresso : "com.android.support.test.espresso:espresso-core:$espresso",
3731
design : "com.android.support:design:$design"
3832
]

0 commit comments

Comments
 (0)