diff --git a/AndroidSpecifics.txt b/AndroidSpecifics.txt deleted file mode 100644 index 0b456d8..0000000 --- a/AndroidSpecifics.txt +++ /dev/null @@ -1,11 +0,0 @@ -This file includes: -1. Any differences between the Java and Android libraries -2. Any notes specific to the Android library - -* Accept-Encoding must be specified in Android HttpURLConnection requests or it will default to 'gzip' -* AtomPub format is not supported by Tables -* Date formats with a lower case 'z' (ex RFC1123) do not produce expected timezone string (GMT+00:00 rather than GMT). RFC1123 is only used internally with GMT times, so use 'GMT' rather than 'z' -* Different userAgent/version, ex: Azure-Storage/0.1.0 (AndroidVersion 4.3; google Nexus7) -* Android serializer is used instead of stax serializer -* Deprections from 0.7.0 and earlier are removed -* JUnit3 is used instead of JUnit4 \ No newline at end of file diff --git a/microsoft-azure-storage-samples/AndroidManifest.xml b/microsoft-azure-storage-samples/AndroidManifest.xml index 20231f9..ef2aeae 100644 --- a/microsoft-azure-storage-samples/AndroidManifest.xml +++ b/microsoft-azure-storage-samples/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionName="0.2.1" > + android:versionName="0.2.1" > + android:targetPackage="com.microsoft.azure.android.test" /> + android:versionName="0.2.1" > diff --git a/microsoft-azure-storage/pom.xml b/microsoft-azure-storage/pom.xml index 61435c6..3712392 100644 --- a/microsoft-azure-storage/pom.xml +++ b/microsoft-azure-storage/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.microsoft.azure.android azure-storage-android - 0.2.0 + 0.2.1 aar Microsoft Azure Storage Android Client SDK diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java index 25acbdd..c5d1b93 100644 --- a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java +++ b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java @@ -515,7 +515,7 @@ public static class HeaderConstants { /** * Specifies the value to use for UserAgent header. */ - public static final String USER_AGENT_VERSION = "0.2.0"; + public static final String USER_AGENT_VERSION = "0.2.1"; /** * The default type for content-type and accept