Skip to content

Commit

Permalink
Merge pull request #10 from maxcanna/remove-firebase-dynamic-links
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
maxcanna authored Oct 31, 2023
2 parents 96be241 + a886328 commit 3e9ec86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MuzeiWebcam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.google.firebase.crashlytics'

def versionMajor = 2
def versionMinor = 4
def versionPatch = 0
def versionPatch = 1
def versionBuild = 0

android {
Expand Down
14 changes: 7 additions & 7 deletions MuzeiWebcam/src/main/res/values/constants.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translatable="false" name="source_default_url">https://muzeiwebcam.page.link/jpg</string>
<string translatable="false" name="source_default_view_url">https://muzeiwebcam.page.link/flickr</string>
<string translatable="false" name="url_contacts_twitter">https://muzeiwebcam.page.link/twitter</string>
<string translatable="false" name="url_contacts_facebook">https://muzeiwebcam.page.link/facebook</string>
<string translatable="false" name="url_contacts_gplay">https://muzeiwebcam.page.link/play</string>
<string translatable="false" name="url_contacts_github">https://muzeiwebcam.page.link/gh</string>
<string translatable="false" name="source_default_url">https://farm6.staticflickr.com/5517/9695349180_528b3df7d0_b.jpg</string>
<string translatable="false" name="source_default_view_url">https://www.flickr.com/photos/maxcanna/</string>
<string translatable="false" name="url_contacts_twitter">https://twitter.com/maxcannamc</string>
<string translatable="false" name="url_contacts_facebook">https://www.facebook.com/maxcanna</string>
<string translatable="false" name="url_contacts_gplay">https://play.google.com/store/apps/developer?id=Massimiliano+Cannarozzo</string>
<string translatable="false" name="url_contacts_github">https://github.com/maxcanna/muzei-webcam</string>
<string translatable="false" name="preference_key_url">imageUrl</string>
<string translatable="false" name="preference_key_name">imageName</string>
<string translatable="false" name="preference_key_grab_url">grabUrl</string>
</resources>
</resources>

0 comments on commit 3e9ec86

Please sign in to comment.