Skip to content

Commit

Permalink
Bump shortcut version
Browse files Browse the repository at this point in the history
  • Loading branch information
threethan committed Nov 15, 2024
1 parent fc875fe commit 2c6c235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

public class AddonUpdater extends RemotePackageUpdater {
// Tag for the GitHub release from which to download addons
public static final String ADDON_TAG = "addons8.0.0";
private static final String SHORTCUT_ADDON_VERSION = "8.0.0";
public static final String ADDON_TAG = "addons8.2.0";
private static final String SHORTCUT_ADDON_VERSION = "8.2.0";

public AddonUpdater(Activity activity) {
super(activity);
Expand Down
4 changes: 2 additions & 2 deletions RedirectServices/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.threethan.launcher.service"
minSdk 23
targetSdkVersion 34
versionCode 800
versionName "8.0.0"
versionCode 820
versionName "8.2.0"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions RedirectServices/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
}

0 comments on commit 2c6c235

Please sign in to comment.