Skip to content

Commit

Permalink
Fix the app download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Apr 23, 2024
1 parent b95b370 commit 1c9adaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ client.Messages.Send(context.Background(), &httpsms.MessageSendParams{

## Android App

[The Android App](https://github.com/NdoleStudio/httpsms/releases/latest/download/HttpSms.apk) is a native application built using Kotlin with material design principles.
[The Android App](https://apk.httpsms.com/HttpSms.apk) is a native application built using Kotlin with material design principles.
This app must be installed on an Android phone before you can start sending and receiving SMS messages.

[<img src=".github/ghbadge.png" alt="Get it on GitHub" height="80">](https://github.com/NdoleStudio/httpsms/releases/)
Expand Down
2 changes: 1 addition & 1 deletion web/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APP_URL=https://httpsms.com
APP_NAME=httpSMS
APP_GITHUB_URL=https://github.com/NdoleStudio/httpsms
APP_DOCUMENTATION_URL=https://docs.httpsms.com
APP_DOWNLOAD_URL=https://github.com/NdoleStudio/httpsms/releases/latest/download/HttpSms.apk
APP_DOWNLOAD_URL=https://apk.httpsms.com/HttpSms.apk
APP_ENV=production

CHECKOUT_URL=https://httpsms.lemonsqueezy.com/checkout/buy/706c5638-4c8d-40db-a6f2-b6371b7e0af4
Expand Down

0 comments on commit 1c9adaf

Please sign in to comment.