Skip to content

Commit

Permalink
Update android plugin 1.1 -> 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-skrabacz committed Oct 12, 2015
1 parent 51230ca commit b5c11e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.0'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}
Expand Down
4 changes: 2 additions & 2 deletions overlayControlsLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript
}
dependencies
{
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.1'
}
}

Expand Down

0 comments on commit b5c11e9

Please sign in to comment.