Skip to content

Commit

Permalink
Updating build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 24, 2015
1 parent 05e65d3 commit 889c833
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BC-Free/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def versionPatch = 0

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

defaultConfig {
applicationId "ca.josephroque.bowlingcompanion"
Expand All @@ -32,14 +32,14 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

// Android support libraries
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:cardview-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:cardview-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'

// Play services
compile 'com.google.android.gms:play-services-ads:7.8.0'
compile 'com.google.android.gms:play-services-ads:8.1.0'

// Other libraries
compile 'com.github.PhilJay:MPAndroidChart:v2.1.3'
Expand Down

0 comments on commit 889c833

Please sign in to comment.