Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit

Permalink
Update gradle version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sromku committed Sep 23, 2015
1 parent cf3fac2 commit 298fe87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.2.3'
}
}

Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {

allprojects {
repositories {
jcenter()
mavenCentral()
}
}
Expand Down
13 changes: 6 additions & 7 deletions simple-fb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ ext {
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'

allprojects {
repositories {
jcenter()
mavenCentral()
}
}

buildscript {
repositories {
jcenter()
Expand All @@ -65,6 +58,12 @@ buildscript {
}
}

allprojects {
repositories {
mavenCentral()
}
}

dependencies {
compile 'com.facebook.android:facebook-android-sdk:4.6.+'
// compile project(':facebook')
Expand Down

0 comments on commit 298fe87

Please sign in to comment.