Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
project conf update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bademus committed Apr 20, 2014
1 parent d1db67d commit 23277b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feedly-andrss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

buildscript {
repositories { mavenCentral() }
dependencies { classpath 'com.android.tools.build:gradle:0.7.+' }
dependencies { classpath 'com.android.tools.build:gradle:0.9.+' }
}

android {
Expand Down
2 changes: 1 addition & 1 deletion feedly-andrss/src/main/res/values/secrets.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="client_id">sandbox</string>
<string name="client_secret">W60IW73DYSUIISZX4OUP</string>
<string name="client_secret">V0H9C3O75ODIXFSSX9OH</string>
</resources>
2 changes: 1 addition & 1 deletion feedly-api-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

buildscript {
repositories { mavenCentral() }
dependencies { classpath 'com.android.tools.build:gradle:0.7.+' }
dependencies { classpath 'com.android.tools.build:gradle:0.9.+' }
}

android {
Expand Down
2 changes: 1 addition & 1 deletion feedly-api/src/test/resources/user_secrets.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
feedly.client_id=sandbox
feedly.client_secret=W60IW73DYSUIISZX4OUP
feedly.client_secret=V0H9C3O75ODIXFSSX9OH
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
feedly.client_id=sandbox
feedly.client_secret=W60IW73DYSUIISZX4OUP
feedly.client_secret=V0H9C3O75ODIXFSSX9OH

0 comments on commit 23277b7

Please sign in to comment.