Skip to content

Commit

Permalink
Prepped Play release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Sep 18, 2024
1 parent c1fd3fa commit 12b36c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}
defaultConfig {
applicationId "com.rocketshipapps.adblockfast"
versionName "2.4.3"
versionName "2.4.1"
versionCode 14
targetSdk 33
minSdk 21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AdblockFastApplication extends Application {
public static SharedPreferences prefs;
public static Intent blockingUpdateIntent;

static final String LEGACY_VERSION_NUMBER = "<=2.3.0";
static final String LEGACY_VERSION_NUMBER = "<=2.1.0";
static final String LEGACY_PREFS_NAME = "adblockfast";
static final String LEGACY_IS_FIRST_RUN_KEY = "first_run";
static final String LEGACY_IS_BLOCKING_KEY = "rule_status";
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="google_app_id">18676242394</string>
<string name="plausible_host">https://plausible.adblockfast.com</string>
<string name="plausible_domain">samsung.adblockfast.com</string>
<string name="plausible_domain">android.adblockfast.com</string>
<string name="name">Adblock Fast</string>
<string name="logo_description">Block or unblock ads</string>
<string name="status_label">Status:\u0020</string>
Expand Down

0 comments on commit 12b36c5

Please sign in to comment.