Skip to content

Commit

Permalink
Merge pull request #3 from lbryio/master
Browse files Browse the repository at this point in the history
Update to upstream
  • Loading branch information
Aryan20 authored Feb 11, 2024
2 parents 5dfc4cb + fdd759b commit 1b1679e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ twitterConsumerKey=XXXXXX
twitterConsumerSecret=XXXXXX
```

Copy the file 'google-services.sample.json' to 'google-services.json' in the app/ folder.

Click the Sync button and when process finishes, the Run button to launch the app on your simulator or connected debugging device after the build process is complete.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/io/lbry/browser/utils/Lbry.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class Lbry {

public static final int TTL_CLAIM_SEARCH_VALUE = 120000; // 2-minute TTL for cache
public static final String SDK_CONNECTION_STRING = "http://127.0.0.1:5279";
public static final String LBRY_TV_CONNECTION_STRING = "https://api.lbry.tv/api/v1/proxy";
public static final String LBRY_TV_CONNECTION_STRING = "https://api.na-backend.odysee.com/api/v1/proxy";
public static final String TAG = "Lbry";

// Values to obtain from LBRY SDK status
Expand Down

0 comments on commit 1b1679e

Please sign in to comment.