Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 31d55f1

Browse files
author
Daniel Wang
committed
Index: tasks-android-sample/build.gradle
===================================================================
1 parent 30d8496 commit 31d55f1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tasks-android-sample/build.gradle

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
apply plugin: 'android'
22

33
repositories {
4-
mavenCentral()
4+
mavenLocal()
5+
maven {
6+
url "https://google-api-client-libraries.appspot.com/mavenrepo"
7+
}
58
}
69

710
dependencies {
8-
compile 'com.google.apis:google-api-services-tasks:v1-rev19-1.17.0-rc' exclude module: 'httpclient'
9-
compile 'com.google.api-client:google-api-client-android:1.17.0-rc' exclude module: 'httpclient'
10-
compile 'com.google.http-client:google-http-client-gson:1.17.0-rc' exclude module: 'httpclient'
11-
compile 'com.google.android.gms:play-services:3.2.25'
11+
compile 'com.google.apis:google-api-services-tasks:v1-rev28-1.18.0-rc-SNAPSHOT' exclude module: 'httpclient'
12+
compile 'com.google.api-client:google-api-client-android:1.18.0-rc-SNAPSHOT' exclude module: 'httpclient'
13+
compile 'com.google.http-client:google-http-client-gson:1.18.0-rc-SNAPSHOT' exclude module: 'httpclient'
14+
compile 'com.google.android.google-play-services:google-play-services:1'
1215
}
1316

1417
android {

0 commit comments

Comments
 (0)