Skip to content

Commit

Permalink
updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywilson committed Jul 11, 2017
1 parent 55f1d20 commit 182608e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.0'
testCompile 'junit:junit:4.12'
compile project(':lib')
Expand Down

0 comments on commit 182608e

Please sign in to comment.