Skip to content

Commit d92dc86

Browse files
.
1 parent 9bd7c1b commit d92dc86

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
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: 20 additions & 0 deletions
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"
@@ -152,9 +159,11 @@
152159
"@xterm/addon-webgl": "^0.18.0",
153160
"@xterm/xterm": "^5.5.0",
154161
"acorn": "^8.15.0",
162+
"admob-plus-cordova": "2.0.0-alpha.19",
155163
"autosize": "^6.0.1",
156164
"codemirror": "^6.0.2",
157165
"cordova": "13.0.0",
166+
"cordova-plugin-consent": "2.4.0",
158167
"core-js": "^3.47.0",
159168
"dayjs": "^1.11.19",
160169
"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>

0 commit comments

Comments
 (0)