This repository was archived by the owner on Aug 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414
1515android {
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}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group='com.github.VictorAlbertos'
44
55android {
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
2323dependencies {
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'
You can’t perform that action at this time.
0 commit comments