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

Commit 23277b7

Browse files
author
Bademus
committed
project conf update
1 parent d1db67d commit 23277b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

feedly-andrss/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
buildscript {
1515
repositories { mavenCentral() }
16-
dependencies { classpath 'com.android.tools.build:gradle:0.7.+' }
16+
dependencies { classpath 'com.android.tools.build:gradle:0.9.+' }
1717
}
1818

1919
android {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="client_id">sandbox</string>
4-
<string name="client_secret">W60IW73DYSUIISZX4OUP</string>
4+
<string name="client_secret">V0H9C3O75ODIXFSSX9OH</string>
55
</resources>

feedly-api-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
buildscript {
1313
repositories { mavenCentral() }
14-
dependencies { classpath 'com.android.tools.build:gradle:0.7.+' }
14+
dependencies { classpath 'com.android.tools.build:gradle:0.9.+' }
1515
}
1616

1717
android {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
feedly.client_id=sandbox
2-
feedly.client_secret=W60IW73DYSUIISZX4OUP
2+
feedly.client_secret=V0H9C3O75ODIXFSSX9OH
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
feedly.client_id=sandbox
2-
feedly.client_secret=W60IW73DYSUIISZX4OUP
2+
feedly.client_secret=V0H9C3O75ODIXFSSX9OH

0 commit comments

Comments
 (0)