Skip to content

Commit ee42dda

Browse files
committed
fix build for example project
1 parent 66fb19b commit ee42dda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

example/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
}
5+
dependencies {
6+
classpath 'com.android.tools.build:gradle:1.0.0'
7+
}
8+
}
9+
110
apply plugin: 'com.android.application'
211

312
android {

0 commit comments

Comments
 (0)