- VERSION 4.11.01

- Se agregó Durakelo al envio y validación
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-11-02 14:48:22 -06:00
parent 397cb0fe22
commit bfb0417594
5 changed files with 56 additions and 152 deletions

View File

@@ -25,15 +25,16 @@ Library8=randomaccessfile
Library9=sql
ManifestCode='This code will be applied to the manifest file during compilation.~\n~'You do not need to modify it in most cases.~\n~'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136~\n~AddManifestText(~\n~<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="31"/>~\n~<supports-screens android:largeScreens="true" ~\n~ android:normalScreens="true" ~\n~ android:smallScreens="true" ~\n~ android:anyDensity="true"/>)~\n~SetApplicationAttribute(android:icon, "@drawable/icon")~\n~SetApplicationAttribute(android:label, "$LABEL$")~\n~CreateResourceFromFile(Macro, Themes.LightTheme)~\n~'End of default text.~\n~~\n~SetApplicationAttribute(android:usesCleartextTraffic, "true")~\n~AddPermission(android.permission.INTERNET)~\n~AddPermission(android.permission.READ_EXTERNAL_STORAGE)~\n~AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)~\n~SetApplicationAttribute(android:allowBackup, "false")~\n~~\n~AddActivityText(main,~\n~<intent-filter>~\n~<action android:name="android.intent.action.VIEW" />~\n~<category android:name="android.intent.category.DEFAULT" />~\n~<data android:mimeType="application/octet-stream" />~\n~</intent-filter>)
Module1=B4XMainPage
Module2=C_Envios
Module3=C_Intmex
Module4=DBRequestManager
Module5=FileHandler
Module6=Starter
Module7=Subs
Module2=C_Durakelo
Module3=C_Envios
Module4=C_Intmex
Module5=DBRequestManager
Module6=FileHandler
Module7=Starter
Module8=Subs
NumberOfFiles=6
NumberOfLibraries=11
NumberOfModules=7
NumberOfModules=8
Version=12.8
@EndOfDesignText@
#Region Project Attributes