Skip to content

Commit

Permalink
SDKtools 18.1 for Android Studio 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
don committed Oct 29, 2013
1 parent edc78cd commit 3114d4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Handover/.gitignore
Expand Up @@ -3,4 +3,4 @@ local.properties

*.iws
.idea/workspace.xml
.idea/tasks.xml
.idea/tasks.xml.gradle
2 changes: 1 addition & 1 deletion Handover/.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 Handover/Handover.iml
Expand Up @@ -6,7 +6,7 @@
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Android API 18 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Expand Down
2 changes: 1 addition & 1 deletion Handover/Handover/Handover-Handover.iml
Expand Up @@ -67,7 +67,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android SDK" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 18 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="android-support-v4" level="project" />
</component>
Expand Down
4 changes: 2 additions & 2 deletions Handover/Handover/build.gradle
Expand Up @@ -13,8 +13,8 @@ dependencies {
}

android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.1"

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit 3114d4e

Please sign in to comment.