Skip to content

Commit

Permalink
UPDATE build tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisplus committed Mar 25, 2015
1 parent 182d51c commit b60de64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion '22.0.0'
buildToolsVersion '22.0.1'

defaultConfig {
applicationId "com.chrisplus.rootmanagersample"
Expand Down
2 changes: 1 addition & 1 deletion sample/sample.iml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="appcompat-v7-21.0.3" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
<orderEntry type="module" module-name="library" exported="" />
</component>
</module>
Expand Down

0 comments on commit b60de64

Please sign in to comment.