summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-12-17 11:07:16 +0100
committerArne Schwabe <arne@rfc2549.org>2016-12-17 11:07:16 +0100
commita13d3764b9731ddc3871c4638c185a38d6f418b9 (patch)
tree92fb55e7483f7f97c1aa442ac58ba5e7d7e6a52b /main/build.gradle
parent1eac1f1a6e4dbc70db1cd7ec0555a7fd1996374d (diff)
Bump versions
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/build.gradle b/main/build.gradle
index eccf15c5..b82d777d 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -12,17 +12,17 @@ repositories {
}
dependencies {
- compile 'com.android.support:support-annotations:25.0.1'
- compile 'com.android.support:cardview-v7:25.0.1'
- compile 'com.android.support:recyclerview-v7:25.0.1'
+ compile 'com.android.support:support-annotations:25.1.0'
+ compile 'com.android.support:cardview-v7:25.1.0'
+ compile 'com.android.support:recyclerview-v7:25.1.0'
// compile 'ch.acra:acra:4.5.0'
testCompile 'junit:junit:4.12'
}
android {
- compileSdkVersion 24
- buildToolsVersion '25.0.0'
+ compileSdkVersion 25
+ buildToolsVersion '25.0.1'
defaultConfig {
minSdkVersion 14