Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand All @@ -13,6 +13,6 @@ allprojects {
group = PULLTOREFRESH_RELEASE_GROUP

repositories {
mavenCentral()
jcenter()
}
}
}
2 changes: 1 addition & 1 deletion extras/PullToRefreshListFragment/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

dependencies {
compile project(':library')
Expand Down
4 changes: 2 additions & 2 deletions extras/PullToRefreshViewPager/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PULLTOREFRESH_RELEASE_VERSION=3.2.3
PULLTOREFRESH_RELEASE_GROUP=com.navercorp.pulltorefresh

ANDROID_COMPILE_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=19.1.0
ANDROID_BUILD_TOOLS_VERSION=20.0.0
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include 'library'
include 'extras/PullToRefreshListFragment'
include 'extras/PullToRefreshViewPager'
include ':library'
include ':extras:PullToRefreshListFragment'
include ':extras:PullToRefreshViewPager'