Skip to content

Commit 24260ee

Browse files
committed
updated app share link
1 parent 03a07a4 commit 24260ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/alpha/dex/dexcard/Cards.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Cards : AppCompatActivity() {
5151
}
5252
shareAppTxt.setOnClickListener(){
5353
val intent = Intent(Intent.ACTION_SEND)
54-
val url = "https://github.com/deveshp007/DeX-Card/releases/download/v0.0.1-alpha/dex-card.apk"
54+
val url = "https://github.com/deveshp007/DeX-Card/releases/download/v1.1.1/dex-card.apk"
5555
intent.type = "text/plain"
5656
intent.putExtra(
5757
Intent.EXTRA_TEXT,

0 commit comments

Comments
 (0)