Skip to content

Commit

Permalink
Merge pull request #19 from Nivl/patch-2
Browse files Browse the repository at this point in the history
Avoid a bug in Gradle
  • Loading branch information
lgvalle committed Oct 5, 2015
2 parents b36bb9e + 5476be9 commit 71c6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.4.0-beta1'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath "com.android.databinding:dataBinder:1.0-rc1"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 71c6aac

Please sign in to comment.