Skip to content

Commit

Permalink
version: 1.5.2(1000008) => 1.5.3(1000009)
Browse files Browse the repository at this point in the history
api: Set compileSdkVersion for ohos product to 12 (since 13 is not available in DevEco Studio)
  • Loading branch information
awaLiny2333 committed Nov 17, 2024
1 parent d07931f commit 33eb620
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AppScope/app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"app": {
"bundleName": "com.next.liny.linysbrowserNEXT",
"vendor": "example",
"versionCode": 1000008,
"versionName": "1.5.2",
"versionCode": 1000009,
"versionName": "1.5.3",
"icon": "$media:app_icon",
"label": "$string:app_name"
}
Expand Down
2 changes: 1 addition & 1 deletion build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"name": "ohos",
"signingConfig": "ohos",
"compileSdkVersion": 13,
"compileSdkVersion": 12,
"compatibleSdkVersion": 12,
"runtimeOS": "OpenHarmony",
"buildOption": {
Expand Down
5 changes: 0 additions & 5 deletions home/src/main/ets/blocks/meowAppSettings.ets
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,6 @@ struct meowAppSettings {
}

on_panel_open() {
try {
webview.AdsBlockManager.addAdsBlockDisallowedList(this.adblock_exceptions);
} catch (e) {
console.error(e);
}
// Sync Data
if (this.settings_title_bar_position == "top") {
this.title_bar_position_selected = [0];
Expand Down
1 change: 0 additions & 1 deletion home/src/main/ets/blocks/meowTabs.ets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { bunch_of_settings } from '../hosts/bunch_of_settings';
import linysShowButton from '../components/linysShowButton';
import linysText from '../components/linysText';
import { sandbox_open_array } from '../utils/storage_tools';
import { webview } from '@kit.ArkWeb';

@Component
struct meowTabs {
Expand Down

0 comments on commit 33eb620

Please sign in to comment.