Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from jsauvexamarin/master
Browse files Browse the repository at this point in the history
Updated Android version code
  • Loading branch information
jsauvexamarin committed Oct 5, 2015
2 parents f5e1f8a + 98a7258 commit 1fc4045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xamarin.xamarincrm" android:installLocation="auto" android:versionCode="2.0.1" android:versionName="2.0.1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xamarin.xamarincrm" android:installLocation="auto" android:versionName="2.0.1" android:versionCode="201">
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="22" />
<application android:label="Xamarin CRM" android:icon="@drawable/icon" android:theme="@style/XamarinCRMTheme">
<!--
Expand Down

0 comments on commit 1fc4045

Please sign in to comment.