Skip to content

Commit

Permalink
update to android version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Sep 8, 2015
1 parent d20b3a4 commit 3b53c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jacoco {
}

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 9
targetSdkVersion 21
targetSdkVersion 22
versionCode 10
versionName "2.1.0"
}
Expand All @@ -46,7 +46,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:22.2.1'
compile project(':andengine')
compile 'org.apache.commons:commons-lang3:3.3.2'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 3b53c8c

Please sign in to comment.