Skip to content

Commit b6d10f2

Browse files
explicit import
1 parent 7fff162 commit b6d10f2

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-5
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8' ?>
2-
<widget id="com.foxdebug.acode" android-versionCode="967" version="1.11.8"
2+
<widget id="com.foxdebug.acodefree" android-versionCode="967" version="1.11.8"
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:cdv="http://cordova.apache.org/ns/1.0">

package-lock.json

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@
4242
"com.foxdebug.acode.rk.customtabs": {},
4343
"com.foxdebug.acode.rk.plugin.plugincontext": {},
4444
"com.foxdebug.acode.rk.auth": {},
45-
"cordova-plugin-system": {}
45+
"cordova-plugin-system": {},
46+
"cordova-plugin-consent": {
47+
"UMP_VERSION": "1.0.0+"
48+
},
49+
"admob-plus-cordova": {
50+
"APP_ID_ANDROID": "ca-app-pub-5911839694379275~4255791238",
51+
"PLAY_SERVICES_VERSION": "23.2.0"
52+
}
4653
},
4754
"platforms": [
4855
"android"
@@ -146,9 +153,11 @@
146153
"@xterm/addon-webgl": "^0.18.0",
147154
"@xterm/xterm": "^5.5.0",
148155
"acorn": "^8.15.0",
156+
"admob-plus-cordova": "2.0.0-alpha.19",
149157
"autosize": "^6.0.1",
150158
"codemirror": "^6.0.2",
151159
"cordova": "13.0.0",
160+
"cordova-plugin-consent": "2.4.0",
152161
"core-js": "^3.47.0",
153162
"dayjs": "^1.11.19",
154163
"dompurify": "^3.3.2",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="ic_launcher_background">#3a3e54</color>
4-
<color name="ic_splash_background">#3a3e54</color>
3+
<color name="ic_launcher_background">#ffffff</color>
4+
<color name="ic_splash_background">#313131</color>
55
</resources>

src/lib/startAd.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import tag from "html-tag-js";
2+
13
let adUnitIdBanner = "ca-app-pub-5911839694379275/9157899592"; // Production
24
let adUnitIdInterstitial = "ca-app-pub-5911839694379275/9570937608"; // Production
35
let adUnitIdRewarded = "ca-app-pub-5911839694379275/1633667633"; // Production

0 commit comments

Comments
 (0)