Skip to content

Commit

Permalink
sdk 0.62.0. update secret files.
Browse files Browse the repository at this point in the history
  • Loading branch information
akinwale committed Mar 2, 2020
1 parent 37b8931 commit b618b9f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1,409 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ buck-out/

# Other Files
app/google-services.json
app/src/main/assets/index.android.bundle
*.log
.vagrant
*.hprof
Expand Down
Binary file modified .gitsecret/keys/random_seed
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65
app/google-services.json:2a2804bfa1bc5154e533fd9c40ad3ba29bcf0f0ad361b90900d9e3fe8851611e
app/google-services.json:896a0bee8294a36d061f10fa926129d8a780528b34d0a2f03113400c4246d67c
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ dependencies {
implementation 'com.facebook.fresco:animated-gif:1.10.0'
implementation 'com.google.firebase:firebase-messaging:20.1.0'

__32bitImplementation files('libs/lbrysdk-0.61.0-release__arm.aar')
__64bitImplementation files('libs/lbrysdk-0.61.0-release__arm64.aar')
__32bitImplementation files('libs/lbrysdk-0.62.0-release__arm.aar')
__64bitImplementation files('libs/lbrysdk-0.62.0-release__arm64.aar')

if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
Expand Down
Binary file modified app/google-services.json.secret
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,406 changes: 0 additions & 1,406 deletions app/src/main/assets/index.android.bundle

This file was deleted.

Binary file modified lbry-android.keystore.secret
Binary file not shown.

0 comments on commit b618b9f

Please sign in to comment.