Skip to content

Commit 1096bb4

Browse files
author
Erik Hellman
committed
Cleanup
1 parent a513710 commit 1096bb4

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

app/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 26
6+
compileSdkVersion 27
77
defaultConfig {
88
applicationId "se.hellsoft.contraintlayoutworkshop"
99
minSdkVersion 22
@@ -21,11 +21,8 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation fileTree(dir: 'libs', include: ['*.jar'])
2524
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
26-
implementation 'com.android.support:appcompat-v7:26.1.0'
25+
implementation 'com.android.support:appcompat-v7:27.1.1'
2726
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
28-
testImplementation 'junit:junit:4.12'
29-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
30-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
27+
implementation 'com.android.support:recyclerview-v7:27.1.1'
3128
}

app/src/androidTest/java/se/hellsoft/contraintlayoutworkshop/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/src/test/java/se/hellsoft/contraintlayoutworkshop/ExampleUnitTest.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)