Skip to content

Commit

Permalink
fix build for example project
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 4, 2015
1 parent 66fb19b commit ee42dda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

apply plugin: 'com.android.application'

android {
Expand Down

0 comments on commit ee42dda

Please sign in to comment.