Skip to content

Commit

Permalink
remove plankton
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Jun 5, 2024
1 parent e78def4 commit dcb85e7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
namespace "in.beaconcha.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 107
versionName "4.5.0"
versionCode 111
versionName "4.5.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/java/in/beaconcha/mobile/widget
Submodule widget updated from 63d729 to 51c444
2 changes: 1 addition & 1 deletion src/app/pages/subscribe/subscribe.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ion-label {
}

.package {
width: 25%;
width: 33.33%;
text-align: center;
display: inline-block;

Expand Down
28 changes: 14 additions & 14 deletions src/app/utils/MerchantUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ export class MerchantUtils {
supportUs: false,
purchaseKey: null,
},
{
name: 'Plankton',
price: '$1.99',
maxValidators: 100,
maxTestnetValidators: 100,
maxBeaconNodes: 1,
deviceMonitoringHours: 30 * 24,
deviceMonitorAlerts: true,
noAds: true,
widgets: false,
customTheme: false,
supportUs: true,
purchaseKey: 'plankton',
},
// {
// name: 'Plankton',
// price: '$1.99',
// maxValidators: 100,
// maxTestnetValidators: 100,
// maxBeaconNodes: 1,
// deviceMonitoringHours: 30 * 24,
// deviceMonitorAlerts: true,
// noAds: true,
// widgets: false,
// customTheme: false,
// supportUs: true,
// purchaseKey: 'plankton',
// },
{
name: 'Goldfish',
price: '$4.99',
Expand Down

0 comments on commit dcb85e7

Please sign in to comment.