diff --git a/.gitignore b/.gitignore index 315f6f8..631bf06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -local.properties bin gen -nbandroid \ No newline at end of file +nbandroid +private +local.properties \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 589e214..761a608 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "server/php/example/httpserver"] path = server/php/example/httpserver url = git://github.com/youngj/httpserver.git +[submodule "server/php/example/php-amqplib"] + path = server/php/example/php-amqplib + url = git://github.com/youngj/php-amqplib.git diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3b780c0..3fe42cf 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="29" + android:versionName="3.0.0"> @@ -23,51 +23,69 @@ - - + - - - - + + + + + + + - + - + + + + - + + + + - + + + + - + - + - + + + + + + + + - + - + - + - + - + - + - - - - + - + @@ -113,13 +128,13 @@ - + - + @@ -128,11 +143,19 @@ - + - + + + + + + + + + \ No newline at end of file diff --git a/build.properties b/build.properties index e69de29..d17fe3e 100755 --- a/build.properties +++ b/build.properties @@ -0,0 +1,17 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked in Version Control Systems, as it is +# integral to the build system of your project. + +# This file is only used by the Ant script. + +# You can use this to override default values such as +# 'source.dir' for the location of your java source folder and +# 'out.dir' for the location of your output folder. + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. + diff --git a/build.xml b/build.xml index 3981f58..bc40d2f 100755 --- a/build.xml +++ b/build.xml @@ -43,23 +43,22 @@ + /> - - - + + +