File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <widget id =" com.foxdebug.acode " android-versionCode =" 963" version =" 1.11.5"
2+ <widget id =" com.foxdebug.acodex " android-versionCode =" 963" version =" 1.11.5"
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" >
6- <name >Acode </name >
6+ <name >AcodeX </name >
77 <description >
88 Light weight code editor and web IDE for android.
99 </description >
Original file line number Diff line number Diff line change 11{
2- "name" : " com.foxdebug.acode " ,
3- "displayName" : " Acode " ,
2+ "name" : " com.foxdebug.acodex " ,
3+ "displayName" : " AcodeX " ,
44 "version" : " 1.11.5" ,
55 "description" : " Acode is a code editor for android" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ const exec = promisify(require("node:child_process").exec);
77 const AD_APP_ID = "ca-app-pub-5911839694379275~4255791238" ;
88 const CONFIG_ID = / i d = " ( [ a - z . ] + " ) / ;
99 const HTML_ID = / < t i t l e > [ a - z . ] + < \/ t i t l e > / ;
10- const ID_PAID = "com.foxdebug.acode " ;
11- const ID_FREE = "com.foxdebug.acodefree " ;
10+ const ID_PAID = "com.foxdebug.acodex " ;
11+ const ID_FREE = "com.foxdebug.acodexfree " ;
1212 const arg = process . argv [ 2 ] ;
1313 const arg2 = process . argv [ 3 ] ;
1414 const platformsDir = path . resolve ( __dirname , "../platforms/" ) ;
You can’t perform that action at this time.
0 commit comments