aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-04-14 15:39:28 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-04-14 15:39:28 -0700
commit80cf30c8395861bef92c6f26c34fd8cd15fe1fd0 (patch)
tree92bc6022e7f0c025d400a97ea885cf154ec7dd63
parent4ebc755b85fa624ab7089d237e247e1d0aa4c7c6 (diff)
downloadandroid_packages_apps_WundergroundWeatherProvider-80cf30c8395861bef92c6f26c34fd8cd15fe1fd0.tar.gz
android_packages_apps_WundergroundWeatherProvider-80cf30c8395861bef92c6f26c34fd8cd15fe1fd0.tar.bz2
android_packages_apps_WundergroundWeatherProvider-80cf30c8395861bef92c6f26c34fd8cd15fe1fd0.zip
WundergroundCM: Build against release artifact.
Change-Id: I2131535f1b9282df56ed016bf4daf2cb7c09cb3d
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3669a47..3394b57 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -26,7 +26,7 @@ android {
dependencies {
compile 'com.squareup.retrofit2:retrofit:2.0.1'
compile 'com.squareup.retrofit2:converter-gson:2.0.1'
- compile 'org.cyanogenmod:platform.sdk:5.0-20160413.232559-9'
+ compile 'org.cyanogenmod:platform.sdk:5.0'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.dagger:dagger-compiler:1.2.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.0.1'