|
2 | 2 | <package>
|
3 | 3 | <metadata>
|
4 | 4 | <id>cpprestsdk.android</id>
|
5 |
| - <version>2.3.0.1</version> |
| 5 | + <version>2.4.0</version> |
6 | 6 | <title>C++ REST SDK - Android</title>
|
7 | 7 | <authors>casablancacore</authors>
|
8 | 8 | <owners>Microsoft, Visual C++</owners>
|
|
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
13 | 13 | <summary>The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications</summary>
|
14 | 14 | <description>This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design. The C++ REST SDK (codename "Casablanca") is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents.</description>
|
15 |
| - <releaseNotes>Release of C++ Rest SDK 2.3.0 libraries for android.</releaseNotes> |
| 15 | + <releaseNotes>Release of C++ Rest SDK 2.4.0 libraries for android.</releaseNotes> |
16 | 16 | <copyright>Copyright 2014</copyright>
|
17 | 17 | <tags>REST, native, C++, JSON, Casablanca, Http, Uri, WebSockets, android</tags>
|
18 | 18 | <dependencies>
|
|
32 | 32 | <file src="..\include\**\*" target="\build\native\include\" />
|
33 | 33 |
|
34 | 34 | <!-- clang-3.4 -->
|
35 |
| - <file src="..\..\Binaries\ARM\Release\cpprest140_android_2_3.a" target="\build\native\lib\arm\libcpprest-clang_3_4-gnustl-2_3.a" /> |
36 |
| - <file src="..\..\Binaries\ARM\Debug\cpprest140d_android_2_3.a" target="\build\native\lib\arm\libcpprest-clang_3_4-d-gnustl-2_3.a" /> |
| 35 | + <file src="..\..\Binaries\ARM\Release\cpprest140_android_2_4.a" target="\build\native\lib\arm\libcpprest-clang_3_4-gnustl-2_4.a" /> |
| 36 | + <file src="..\..\Binaries\ARM\Debug\cpprest140d_android_2_4.a" target="\build\native\lib\arm\libcpprest-clang_3_4-d-gnustl-2_4.a" /> |
| 37 | + <file src="..\..\Binaries\x86\Release\cpprest140_android_2_4.a" target="\build\native\lib\x86\libcpprest-clang_3_4-gnustl-2_4.a" /> |
| 38 | + <file src="..\..\Binaries\x86\Debug\cpprest140d_android_2_4.a" target="\build\native\lib\x86\libcpprest-clang_3_4-d-gnustl-2_4.a" /> |
37 | 39 |
|
38 | 40 | <!-- Including license for WebSocket++ -->
|
39 | 41 | <file src="..\libs\websocketpp\COPYING" target="\license\websocketpp\COPYING" />
|
|
0 commit comments