Skip to content

Commit

Permalink
publish apk
Browse files Browse the repository at this point in the history
  • Loading branch information
tkowalczyk committed May 20, 2015
1 parent bf41fa2 commit 3a309be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Application/Droid/DevTalkMobile.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<ConsolePause>false</ConsolePause>
<AndroidSupportedAbis>armeabi;armeabi-v7a</AndroidSupportedAbis>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Application/Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0-pre" package="info.kownet.devtalk">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<application>
<application android:icon="@drawable/icon" android:label="DevTalk">
</application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
3 changes: 1 addition & 2 deletions Application/Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

//[assembly: AssemblyKeyFile("")]

0 comments on commit 3a309be

Please sign in to comment.