Skip to content

Commit

Permalink
Remove appCompactLib from example
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra committed May 25, 2017
1 parent 417a725 commit 57f800d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apply plugin: 'com.android.application'

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}

android {
compileSdkVersion 25
Expand All @@ -25,9 +30,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
compile 'com.github.amlashi-sadra:AwesomeSpinner:1.0'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'
compile project(':AwesomeSpinner')
}

0 comments on commit 57f800d

Please sign in to comment.