Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit e129e4e

Browse files
Auto-update
1 parent d615577 commit e129e4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Application/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.0'
8+
classpath 'com.android.tools.build:gradle:2.3.2'
99
}
1010
}
1111

@@ -16,10 +16,10 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile "com.android.support:support-v4:25.0.1"
20-
compile "com.android.support:support-v13:25.0.1"
21-
compile "com.android.support:cardview-v7:25.0.1"
22-
compile "com.android.support:appcompat-v7:25.0.1"
19+
compile "com.android.support:support-v4:25.3.1"
20+
compile "com.android.support:support-v13:25.3.1"
21+
compile "com.android.support:cardview-v7:25.3.1"
22+
compile "com.android.support:appcompat-v7:25.3.1"
2323
}
2424

2525
// The sample build uses multiple directories to

0 commit comments

Comments
 (0)