Skip to content

Commit

Permalink
fix issue #10, update support library to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naman14 committed Oct 4, 2015
1 parent d5cf088 commit 1abeaca
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "naman14.timber"
Expand All @@ -19,9 +19,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
configurations.all {
exclude group: 'com.android.support', module: 'support-annotations'
}

}

repositories {
Expand All @@ -30,12 +28,12 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:cardview-v7:23.0.0'
compile 'com.android.support:palette-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:percent:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:cardview-v7:23.0.1'
compile 'com.android.support:palette-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:percent:23.0.1'

compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
compile 'net.steamcrafted:materialiconlib:1.0.3'
Expand Down

0 comments on commit 1abeaca

Please sign in to comment.