File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If you use Gradle (or any tool using Maven dependencies) you can simply declare
3939
4040
4141 dependencies {
42- compile 'ch.loway.oss.ari4java:ari4java:0.4.2 '
42+ compile 'ch.loway.oss.ari4java:ari4java:0.4.4 '
4343 }
4444
4545This will download the package and all required dependencies.
@@ -87,6 +87,7 @@ The project requires:
8787Status
8888------
8989
90+ * 17.02.04 - Added support for ARI 2.0.0 (#62 ) and quicker deserialization (#63 )
9091* 16.11.30 - Fixes on Graham's AutoReconnect patch - #60 - rel 0.4.3
9192* 16.10.21 - Fixing #55 and #57 - rel 0.4.2
9293* 16.10.17 - Graham's AutoReconnect patch #52 - rel 0.4.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def env = System.getenv()
99
1010project. ext {
1111 webapp_name = ' ari4java'
12- app_version = ' 0.4.3 '
12+ app_version = ' 0.4.4 '
1313 build_number = env[" BUILD_NUMBER" ]
1414 version_class = ' ch/loway/oss/ari4java/BUILD.java'
1515 build_time = " " + new Date ()
You can’t perform that action at this time.
0 commit comments