Skip to content

Commit

Permalink
Merge pull request #116 from pwittchen/gradle_build_tools_update
Browse files Browse the repository at this point in the history
Updating gradle build tools of demo application to version 1.2.3
  • Loading branch information
wiktor committed Jul 16, 2015
2 parents 1b3ab97 + 112a382 commit 5d0d98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.android.tools.build:gradle:1.2.3'
}
}

Expand Down

0 comments on commit 5d0d98c

Please sign in to comment.