diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-12-17 11:07:16 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-12-17 11:07:16 +0100 |
commit | a13d3764b9731ddc3871c4638c185a38d6f418b9 (patch) | |
tree | 92fb55e7483f7f97c1aa442ac58ba5e7d7e6a52b | |
parent | 1eac1f1a6e4dbc70db1cd7ec0555a7fd1996374d (diff) |
Bump versions
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | main/build.gradle | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 65620b6e..c51071af 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0-alpha3' + classpath 'com.android.tools.build:gradle:2.3.0-beta1' } } 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 |