revisions

This commit is contained in:
pls.153 2023-09-01 10:34:32 +02:00
parent 416789e07d
commit e02f92aaa9
3 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,8 @@
(defsystem :app
:serial t
:depends-on (#-depends-loaded :cl-ppcre
#+(or mobile (not depends-loaded)) :s-http-server
#+(or mobile (not depends-loaded)) :zip) ; see 'patch/'
#+mobile :s-http-server
#+mobile :zip) ; see 'patch/'
:components ((:file "lisp/package")
(:file "lisp/ui-vars")
(:file "lisp/qt")

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.qtproject.example.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
<manifest package="org.eql5.android.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.65" android:versionCode="126" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<uses-permission android:name="android.permission.INTERNET"/>

View file

@ -5,8 +5,6 @@
(require :asdf)
(asdf:load-system :cl-ppcre)
(asdf:load-system :s-http-server)
(asdf:load-system :zip)
(push (merge-pathnames "./")
asdf:*central-registry*)