Skip to content

Commit

Permalink
1.4.2.1 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
0bbedCode committed Mar 26, 2024
1 parent b4bf586 commit aad3aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 140
versionName "1.4.1"
versionName "1.4.2.1"
archivesBaseName = "XPL-EX-v$versionName-$versionCode"
}
/signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/eu/faircode/xlua/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public void onClick(DrawerItem item) {
drawerArray.add(new DrawerItem(this, R.string.menu_donate, new DrawerItem.IListener() {
@Override
public void onClick(DrawerItem item) {
Intent browse = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/0bbedCode/XPL-EX/blob/dev/README.md#donate"));
Intent browse = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/0bbedCode/XPL-EX/?tab=readme-ov-file#donate"));
if (browse.resolveActivity(getPackageManager()) == null)
Snackbar.make(findViewById(android.R.id.content), getString(R.string.msg_no_browser), Snackbar.LENGTH_LONG).show();
else
Expand Down

0 comments on commit aad3aa9

Please sign in to comment.