Skip to content

Commit

Permalink
Prepped Play release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldestlivingboy committed Apr 5, 2024
1 parent f3e961b commit a18e189
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId "com.rocketshipapps.adblockfast"
versionName "2.4.0"
versionCode 11
versionCode 13
minSdkVersion 21
targetSdkVersion 33
manifestPlaceholders = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
import io.github.inflationx.viewpump.ViewPump;
import io.github.inflationx.viewpump.ViewPumpContextWrapper;

import com.massive.sdk.State;

import com.onesignal.Continue;
import com.onesignal.OneSignal;

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,6 +1,6 @@
<resources>
<string name="google_app_id">18676242394</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 a18e189

Please sign in to comment.