From 10dfc4a8406330b36d790a543318ac510e083613 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Wed, 20 Mar 2024 22:44:15 -0400 Subject: [PATCH] fixed link to APK The APK was linked to an older version. I have now linked it to the 'latest' tag --- docs/user-guide/mobile/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/mobile/index.md b/docs/user-guide/mobile/index.md index c38274e..49372d0 100644 --- a/docs/user-guide/mobile/index.md +++ b/docs/user-guide/mobile/index.md @@ -16,4 +16,4 @@ The app is currently in [open beta on the Google Play Store](https://play.google [LibrePhotos Mobile](https://github.com/LibrePhotos/librephotos-mobile) is the official app, which is at the proof-of-concept stage. It's written in react-native and in the future will share more code with the frontend. -You can download the .apk [here](https://github.com/LibrePhotos/librephotos-mobile/releases/tag/v1.0.3). It is technically possible to compile it to also work on iOS, but nobody stepped up to do that yet. +You can download the .apk [here](https://github.com/LibrePhotos/librephotos-mobile/releases/tag/latest). It is technically possible to compile it to also work on iOS, but nobody stepped up to do that yet.