Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 3061242

Browse files
committed
update to latest tooling
1 parent c2b0c24 commit 3061242

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
buildscript {
22
repositories {
3+
jcenter()
34
mavenCentral()
45
maven {
56
url "https://oss.sonatype.org/content/repositories/snapshots"
67
}
78
}
89
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.0.0'
10-
classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
10+
classpath 'com.android.tools.build:gradle:1.1.0'
11+
classpath 'com.novoda:gradle-android-command-plugin:1.3.0'
1112
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.2'
1213
}
1314
}

0 commit comments

Comments
 (0)