Skip to content

Commit

Permalink
fixing compatibility (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemathias authored and dogi committed Mar 28, 2018
1 parent db9e936 commit c1ec8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
Expand All @@ -26,10 +25,11 @@ android {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:support-v4:26.0.1'
testCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1'
}
lintOptions {
abortOnError false
}
}

dependencies {
}

0 comments on commit c1ec8c0

Please sign in to comment.