Skip to content

Commit

Permalink
Merge pull request Azure#4 from emgerner-msft/master
Browse files Browse the repository at this point in the history
version 0.2.1
  • Loading branch information
emgerner-msft committed Jul 9, 2014
2 parents 52ab9ed + e3d6742 commit cb5fd8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 20 deletions.
11 changes: 0 additions & 11 deletions AndroidSpecifics.txt

This file was deleted.

4 changes: 2 additions & 2 deletions microsoft-azure-storage-samples/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.windowsazure.storage.sample"
package="com.microsoft.azure.android.sample"
android:versionCode="0"
android:versionName="0.2.0" >
android:versionName="0.2.1" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
6 changes: 3 additions & 3 deletions microsoft-azure-storage-test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
the specific language governing permissions and limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.azure.storage.test"
package="com.microsoft.azure.android.test"
android:versionCode="0"
android:versionName="0.2.0" >
android:versionName="0.2.1" >

<uses-sdk
android:minSdkVersion="15"
Expand All @@ -21,7 +21,7 @@

<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.microsoft.azure.storage.test" />
android:targetPackage="com.microsoft.azure.android.test" />

<application
android:icon="@drawable/ic_launcher"
Expand Down
4 changes: 2 additions & 2 deletions microsoft-azure-storage/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
the specific language governing permissions and limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.azure.storage"
package="com.microsoft.azure.android"
android:versionCode="0"
android:versionName="0.2.0" >
android:versionName="0.2.1" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="19" />
Expand Down
2 changes: 1 addition & 1 deletion microsoft-azure-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.android</groupId>
<artifactId>azure-storage-android</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>aar</packaging>

<name>Microsoft Azure Storage Android Client SDK</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb5fd8b

Please sign in to comment.