Skip to content

Commit 4dfacbc

Browse files
committed
see 10/28 log
1 parent bb97c63 commit 4dfacbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ task clean(type: Delete) {
2727
ext {
2828
// Sdk and tools
2929
compileSdkVersion = 26
30-
buildToolsVersion = '26.1.0'
30+
buildToolsVersion = '26.0.2'
3131
minSdkVersion = 14
3232
targetSdkVersion = 22
3333

3434
versionCode = 100900600
3535
versionName = '1.9.6'
3636

3737
// App dependencies
38-
supportVersion = '26.0.2'
38+
supportVersion = '26.1.0'
3939

4040
junitVersion = '4.12'
4141
robolectricVersion = '3.1.2'

0 commit comments

Comments
 (0)