Skip to content

Commit a15ec76

Browse files
committed
sdk 19
1 parent 51d331a commit a15ec76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

facebook/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = '1.0'
44

55
buildscript {
66
repositories {
7-
maven { url 'http://repo1.maven.org/maven2' }
7+
mavenCentral()
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:0.6.+'
@@ -13,16 +13,16 @@ buildscript {
1313
apply plugin: 'android-library'
1414

1515
dependencies {
16-
compile 'com.android.support:support-v4:18.0.+'
16+
compile 'com.android.support:support-v4:19.0.+'
1717
}
1818

1919
android {
20-
compileSdkVersion 18
21-
buildToolsVersion "18.0.1"
20+
compileSdkVersion 19
21+
buildToolsVersion "19.0.0"
2222

2323
defaultConfig {
2424
minSdkVersion 7
25-
targetSdkVersion 18
25+
targetSdkVersion 19
2626
}
2727

2828
sourceSets {

0 commit comments

Comments
 (0)