File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ dependencies {
25
25
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
26
26
exclude group : ' com.android.support' , module : ' support-annotations'
27
27
})
28
- implementation ' com.android.support:appcompat-v7:26.+'
29
- compile ' com.android.support.constraint:constraint-layout:1.0.2'
28
+ implementation project(path : ' :lib' )
29
+ implementation ' com.android.support:appcompat-v7:26.1.0'
30
+ implementation ' com.android.support:cardview-v7:26.1.0'
31
+ implementation ' com.android.support.constraint:constraint-layout:1.0.2'
30
32
testCompile ' junit:junit:4.12'
31
- compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
33
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
32
34
}
33
35
repositories {
34
36
mavenCentral()
You can’t perform that action at this time.
0 commit comments