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

Commit 1894a4d

Browse files
author
Victor
committed
upgrade some version dependencies
1 parent 586011c commit 1894a4d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414

1515
android {
1616
compileSdkVersion 23
17-
buildToolsVersion "23.0.2"
17+
buildToolsVersion "23.0.3"
1818

1919
defaultConfig {
2020
applicationId "io.victoralbertos.app"
@@ -43,8 +43,8 @@ dependencies {
4343
compile fileTree(dir: 'libs', include: ['*.jar'])
4444
compile project(":rx_activity_result")
4545

46-
compile 'com.android.support:appcompat-v7:23.2.0'
47-
compile 'com.android.support:design:23.2.0'
46+
compile 'com.android.support:appcompat-v7:23.4.0'
47+
compile 'com.android.support:design:23.4.0'
4848
compile 'io.reactivex:rxjava:1.1.0'
4949

5050
testCompile 'junit:junit:4.12'
@@ -69,5 +69,5 @@ dependencies {
6969
exclude module: 'recyclerview-v7'
7070
}
7171

72-
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
72+
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
7373
}

rx_activity_result/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group='com.github.VictorAlbertos'
44

55
android {
66
compileSdkVersion 23
7-
buildToolsVersion "23.0.2"
7+
buildToolsVersion "23.0.3"
88

99
defaultConfig {
1010
minSdkVersion 16
@@ -22,7 +22,7 @@ android {
2222

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

2828
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)