Skip to content

Commit 31ea46d

Browse files
committed
Bump Android build tools and frodo versions.
1 parent eb54120 commit 31ea46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:1.5.0'
10+
classpath 'com.android.tools.build:gradle:2.1.0'
1111
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
12-
classpath "com.fernandocejas.frodo:frodo-plugin:0.8.1"
12+
classpath "com.fernandocejas.frodo:frodo-plugin:0.8.3"
1313
}
1414
}
1515

@@ -25,7 +25,7 @@ allprojects {
2525

2626
task wrapper(type: Wrapper) {
2727
description 'Creates the gradle wrapper.'
28-
gradleVersion '2.10'
28+
gradleVersion '2.12'
2929
}
3030

3131
task runDomainUnitTests(dependsOn: [':domain:test']) {

0 commit comments

Comments
 (0)