Skip to content

Commit

Permalink
Update DevSite API to v1.17
Browse files Browse the repository at this point in the history
Updated DevSite API to new a fresh JAR, built against Google API client
v1.17.0-rc.

Also updated project dependencies so that only API client v1.17.+ will
be used, to prevent future breakage.
  • Loading branch information
tjohns committed Oct 9, 2013
1 parent 729a4a6 commit 4471ef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
exclude group: 'com.google.android', module: 'android'
}
compile 'com.google.api-client:google-api-client-android:1.+'
compile 'com.google.api-client:google-api-client-android:1.17.+'
compile 'com.google.apis:google-api-services-plus:+'
compile fileTree(dir: 'libs', include: '*.jar')
}
Expand Down
Binary file not shown.

0 comments on commit 4471ef4

Please sign in to comment.