We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d331a commit a15ec76Copy full SHA for a15ec76
facebook/build.gradle
@@ -4,7 +4,7 @@ version = '1.0'
4
5
buildscript {
6
repositories {
7
- maven { url 'http://repo1.maven.org/maven2' }
+ mavenCentral()
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:0.6.+'
@@ -13,16 +13,16 @@ buildscript {
13
apply plugin: 'android-library'
14
15
16
- compile 'com.android.support:support-v4:18.0.+'
+ compile 'com.android.support:support-v4:19.0.+'
17
18
19
android {
20
- compileSdkVersion 18
21
- buildToolsVersion "18.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.0.0"
22
23
defaultConfig {
24
minSdkVersion 7
25
- targetSdkVersion 18
+ targetSdkVersion 19
26
27
28
sourceSets {
0 commit comments