Commit 9a9c4f700755ade5ba2312ee96acde48e1125c0f
1 parent
6320e498
Exists in
master
Update build.gradle
Atualizado o gradle
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
app/build.gradle
| ... | ... | @@ -17,7 +17,7 @@ repositories { |
| 17 | 17 | |
| 18 | 18 | android { |
| 19 | 19 | compileSdkVersion 22 |
| 20 | - buildToolsVersion "23.0.0 rc2" | |
| 20 | + buildToolsVersion "23.0.0 rc3" | |
| 21 | 21 | compileOptions.encoding = 'ISO-8859-1' |
| 22 | 22 | |
| 23 | 23 | defaultConfig { |
| ... | ... | @@ -46,13 +46,13 @@ dependencies { |
| 46 | 46 | compile('com.crashlytics.sdk.android:crashlytics:2.5.0@aar') { |
| 47 | 47 | transitive = true; |
| 48 | 48 | } |
| 49 | - compile 'com.android.support:appcompat-v7:22.2.0' | |
| 50 | - compile 'com.android.support:recyclerview-v7:22.2.0' | |
| 51 | - compile 'com.android.support:cardview-v7:22.2.0' | |
| 52 | - compile 'com.android.support:design:22.2.0' | |
| 49 | + compile 'com.android.support:appcompat-v7:22.2.1' | |
| 50 | + compile 'com.android.support:recyclerview-v7:22.2.1' | |
| 51 | + compile 'com.android.support:cardview-v7:22.2.1' | |
| 52 | + compile 'com.android.support:design:22.2.1' | |
| 53 | 53 | compile 'com.parse.bolts:bolts-android:1.+' |
| 54 | 54 | compile 'com.google.code.gson:gson:2.3.1' |
| 55 | - compile 'com.github.PhilJay:MPAndroidChart:v2.1.0' | |
| 55 | + compile 'com.github.PhilJay:MPAndroidChart:v2.1.3' | |
| 56 | 56 | compile 'com.google.android.gms:play-services:7.5.0' |
| 57 | 57 | compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3' |
| 58 | 58 | } | ... | ... |