Skip to content

Commit

Permalink
adjust build files to latest tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
devisnik committed Sep 28, 2014
1 parent 98a4a26 commit ca4f0bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'android'
apply plugin: 'com.android.application'

//noinspection GroovyAssignabilityCheck
dependencies {
compile project(':model')
}
Expand Down
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
mavenCentral()
}
//noinspection GroovyAssignabilityCheck
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:0.12.2'
}
}

Expand Down

0 comments on commit ca4f0bb

Please sign in to comment.