Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
upgrade some version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jun 15, 2016
1 parent 586011c commit 1894a4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "io.victoralbertos.app"
Expand Down Expand Up @@ -43,8 +43,8 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(":rx_activity_result")

compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'io.reactivex:rxjava:1.1.0'

testCompile 'junit:junit:4.12'
Expand All @@ -69,5 +69,5 @@ dependencies {
exclude module: 'recyclerview-v7'
}

androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
}
4 changes: 2 additions & 2 deletions rx_activity_result/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group='com.github.VictorAlbertos'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 16
Expand All @@ -22,7 +22,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'io.reactivex:rxjava:1.1.5'

testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 1894a4d

Please sign in to comment.