Skip to content

Commit

Permalink
QUICKFIX Dependencies
Browse files Browse the repository at this point in the history
*Add required dependencies.
  • Loading branch information
rayliverified committed Jul 23, 2017
1 parent 6ded29e commit 31832e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down
1 change: 1 addition & 0 deletions customalert/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:design:25.3.1'
}

0 comments on commit 31832e4

Please sign in to comment.