Skip to content

Commit

Permalink
Project gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Aug 29, 2015
1 parent 21e78d0 commit 6fb60d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.2'
}
}
allprojects {
repositories {
jcenter()
}
}

dependencies {
}

0 comments on commit 6fb60d8

Please sign in to comment.