Skip to content

Commit b9af8d1

Browse files
committed
Update build files to android api version 20
1 parent eb2da42 commit b9af8d1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
android {
18-
compileSdkVersion 19
19-
buildToolsVersion "19.0.3"
18+
compileSdkVersion 20
19+
buildToolsVersion "20.0.0"
2020

2121
defaultConfig {
2222
minSdkVersion 8
23-
targetSdkVersion 19
23+
targetSdkVersion 20
2424
versionCode 1
2525
versionName "1.0"
2626
}

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
buildscript {
44
repositories {
55
mavenCentral()
6+
mavenLocal()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:0.9.+'
910
}
1011
}
1112

12-
allprojects {
13-
repositories {
14-
mavenCentral()
15-
}
16-
}
17-
1813

1914

0 commit comments

Comments
 (0)