Skip to content

Commit

Permalink
Downgrade KaiAds SDK. v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Apr 5, 2020
1 parent 62c2580 commit 19f9afb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions LATEST_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*New features:*

- Updated manifest with additional values for KaiStore.
- Downgraded KaiAds SDK.

*Bugs:*

Expand All @@ -14,7 +14,7 @@

*Using OmniSD:*

1. Download the file `kaidi-1.0.1-beta-omnisd.zip` to your SD card.
1. Download the file `kaidi-1.0.2-beta-omnisd.zip` to your SD card.

2. Open OmniSD and install.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaidi",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Kodi remote app for KaiOS.",
"scripts": {
"clean": "gulp clean",
Expand Down
2 changes: 1 addition & 1 deletion src/ad.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body style="opacity: 0.1;">
<script src="js/libs/l10n.js" charset="utf-8"></script>
<script src="js/libs/kaiads.v3.min.js"></script>
<script src="js/libs/kaiads.min.js"></script>
<script src="js/backbone/utils.js"></script>
<script src="js/ad.js"></script>
</body>
Expand Down
Binary file modified src/icons/kaidi_112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/kaidi_56.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/js/libs/kaiads.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/js/libs/kaiads.v3.min.js

This file was deleted.

7 changes: 2 additions & 5 deletions src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "Kaidi Remote",
"description": "The Kodi remote app for KaiOS.",
"launch_path": "/ad.html#home",
Expand Down Expand Up @@ -32,16 +32,13 @@
"subtitle": "The Kodi Remote app for KaiOS.",
"description": "The Kodi remote app for KaiOS."
},
"vi": {
"vi-VN": {
"name": "Điều khiển Kaidi",
"subtitle": "Ứng dụng điều khiển Kodi cho KaiOS.",
"description": "Ứng dụng điều khiển Kodi cho KaiOS."
}
},
"default_locale": "en-US",
"dependencies": {
"ads-sdk": "1.3.0"
},
"installs_allowed_from": [
"*"
],
Expand Down

0 comments on commit 19f9afb

Please sign in to comment.