Skip to content

Commit

Permalink
UPDATE base SDK to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Mar 15, 2015
1 parent ca785d1 commit 6da7f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 22 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-annotations-21.0.3" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.3" level="project" />
<orderEntry type="library" exported="" name="support-v4-22.0.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-22.0.0" level="project" />
<orderEntry type="library" exported="" name="play-services-base-6.5.87" level="project" />
<orderEntry type="library" exported="" name="play-services-ads-6.5.87" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-22.0.0" level="project" />
<orderEntry type="library" exported="" name="butterknife-6.1.0" level="project" />
</component>
</module>
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.makingiants.android.banjotuner"
minSdkVersion 14
targetSdkVersion 21
versionCode 8
versionName "1.0"
targetSdkVersion 22
versionCode 9
versionName "1.0.1"
}
buildTypes {
debug {
Expand All @@ -33,7 +33,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:22.+'
compile 'com.google.android.gms:play-services-ads:6.5.87'
compile 'com.jakewharton:butterknife:6.1.0'
}

0 comments on commit 6da7f5a

Please sign in to comment.