Skip to content

Commit 5ff8701

Browse files
committed
Import deck module in app gradle
1 parent fdafcee commit 5ff8701

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ dependencies {
2525
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2626
exclude group: 'com.android.support', module: 'support-annotations'
2727
})
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'
3032
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"
3234
}
3335
repositories {
3436
mavenCentral()

0 commit comments

Comments
 (0)