Skip to content

Commit

Permalink
Merge pull request #2 from bfn-tech/features/docs
Browse files Browse the repository at this point in the history
Features/docs
  • Loading branch information
bnoffer authored Mar 15, 2023
2 parents 0de0737 + 7600996 commit bedc977
Show file tree
Hide file tree
Showing 91 changed files with 34,218 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/shared"]
path = docs/shared
url = [email protected]:bfn-tech/bfn-tech.github.io.git
66 changes: 66 additions & 0 deletions Matomo.Xamarin.Forms.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,87 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E89BB16A-D601-40F5-8157-361AFE53083B}"
ProjectSection(SolutionItems) = preProject
docs\Doxyfile = docs\Doxyfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{B822C41E-180C-40B2-8761-4B44530E2AFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatomoSample.Android", "Sample\MatomoSample\MatomoSample.Android\MatomoSample.Android.csproj", "{E3F99D56-9411-4D1B-9551-B017803B18CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatomoSample.iOS", "Sample\MatomoSample\MatomoSample.iOS\MatomoSample.iOS.csproj", "{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatomoSample", "Sample\MatomoSample\MatomoSample\MatomoSample.csproj", "{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|Any CPU.Build.0 = Release|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Debug|iPhone.Build.0 = Debug|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|iPhone.ActiveCfg = Release|Any CPU
{63993FAD-75D7-41B3-91A7-85674A9AA8C2}.Release|iPhone.Build.0 = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F99D56-9411-4D1B-9551-B017803B18CE}.Release|iPhone.Build.0 = Release|Any CPU
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Debug|iPhone.Build.0 = Debug|iPhone
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|iPhone.ActiveCfg = Release|iPhone
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA}.Release|iPhone.Build.0 = Release|iPhone
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|Any CPU.Build.0 = Release|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Debug|iPhone.Build.0 = Debug|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|iPhone.ActiveCfg = Release|Any CPU
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE1D6B92-B877-49A0-B2C1-F99FF7AD512D}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E3F99D56-9411-4D1B-9551-B017803B18CE} = {B822C41E-180C-40B2-8761-4B44530E2AFE}
{1A4C1D87-3AB4-4EA6-86AA-DF6FFA2CE5BA} = {B822C41E-180C-40B2-8761-4B44530E2AFE}
{F76A7068-8E38-4DA1-B07D-35E8A2143FFF} = {B822C41E-180C-40B2-8761-4B44530E2AFE}
EndGlobalSection
EndGlobal
28 changes: 4 additions & 24 deletions Matomo.Xamarin.Forms/Matomo.Xamarin.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Matomo.Xamarin.Forms</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>Matomo.Xamarin.Forms</title>
<authors>bnoffer</authors>
<owners>bnotech</owners>
Expand All @@ -19,33 +19,13 @@
<dependency id="Xamarin.Forms" version="5.0.0.2545" />
<dependency id="Xamarin.Essentials" version="1.7.5" />
</group>
<group targetFramework="MonoAndroid">
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="Xamarin.Forms" version="5.0.0.2545" />
<dependency id="Xamarin.Essentials" version="1.7.5" />
</group>
<group targetFramework="MonoTouch">
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="Xamarin.Forms" version="5.0.0.2545" />
<dependency id="Xamarin.Essentials" version="1.7.5" />
</group>
</dependencies>
</metadata>
<files>
<!-- .net standard2.0 -->
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.dll" target="lib/netstandard2.0" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.deps.json" target="lib/netstandard2.0" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.pdb" target="lib/netstandard2.0" />

<!-- Mono.Android -->
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.dll" target="lib/MonoAndroid" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.deps.json" target="lib/MonoAndroid" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.pdb" target="lib/MonoAndroid" />

<!-- Mono.Touch -->
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.dll" target="lib/MonoTouch" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.deps.json" target="lib/MonoTouch" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.pdb" target="lib/MonoTouch" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.dll" target="lib/netstandard2.1" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.deps.json" target="lib/netstandard2.1" />
<file src="bin/Release/netstandard2.1/Matomo.Xamarin.Forms.pdb" target="lib/netstandard2.1" />

<!-- docs -->
<file src="..\README.md" target="docs\" />
Expand Down
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,57 @@ This library provides [Matomo](https://matomo.org) Tracking for Xamarin.Forms Ap

[![Continuous Integration](https://github.com/bfn-tech/Matomo.Xamarin.Forms/actions/workflows/ci.yml/badge.svg)](https://github.com/bfn-tech/Matomo.Xamarin.Forms/actions/workflows/ci.yml)

## Initial Setup

Getting started with Matomo.Xamarin.Forms is pretty easy:

1. Add the Matomo.Xamarin.Forms Nuget to your project

2. In your App.xaml.cs add:

```
private static object _matomoSyncRoot = new object();
private static MatomoAnalytics _matomoAnalytics;
public static MatomoAnalytics MatomoAnalytics
{
get
{
lock (_matomoSyncRoot)
if (_matomoAnalytics == null)
{
_matomoAnalytics = new MatomoAnalytics("https://url.to.matomo.instance/", 1);
_matomoAnalytics.AppUrl = "https://app/";
}
return _matomoAnalytics;
}
}
```

The code above connects your app to site number 1 on your Matomo instance, change the Url and the Site ID accordingly.
In addition this code will Expose the MatomoAnalytics class to your App by just calling `App.MatomoAnalytics`.

3. In your App.xaml.cs OnSleep Method add:

```
MatomoAnalytics.LeavingTheApp();
```

The library will batch submit the tracking data upon the app going into Background, without this call you will not receive any Tracking Data!

4. When using Shell navigation tracking page visits is made simple with the `ShellHelper`: Add to your OnAppearing methods the following call:

```
App.MatomoAnalytics.TrackPage(Shell.Current.Title, ShellHelper.Instance.CurrentPath);
```

`ShellHelper.Instance.CurrentPath` generates you the full path to the Page you are currently starting to watch.

## Documentation

You can find a reference documentation [here](https://bfn-tech.github.io/Matomo.Xamarin.Forms/html/index.html).

And a sample project in the `Sample/` folder.

## Credit

This work is based on the work done at [zauberzeug/xamarin.piwik](https://github.com/zauberzeug/xamarin.piwik)
Expand Down
20 changes: 20 additions & 0 deletions Sample/MatomoSample/MatomoSample.Android/Assets/AboutAssets.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Any raw assets you want to be deployed with your application can be placed in
this directory (and child directories) and given a Build Action of "AndroidAsset".

These files will be deployed with your package and will be accessible using Android's
AssetManager, like this:

public class ReadAsset : Activity
{
protected override void OnCreate (Bundle bundle)
{
base.OnCreate (bundle);

InputStream input = Assets.Open ("my_asset.txt");
}
}

Additionally, some Android functions will automatically load asset files:

Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");

28 changes: 28 additions & 0 deletions Sample/MatomoSample/MatomoSample.Android/MainActivity.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
using System;

using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.OS;

namespace MatomoSample.Droid
{
[Activity(Label = "MatomoSample", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize )]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);

Xamarin.Essentials.Platform.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
}
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
{
Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);

base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E3F99D56-9411-4D1B-9551-B017803B18CE}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TemplateGuid>{6968b3a4-1835-46a3-ac5c-1ae33b475983}</TemplateGuid>
<OutputType>Library</OutputType>
<RootNamespace>MatomoSample.Droid</RootNamespace>
<AssemblyName>MatomoSample.Android</AssemblyName>
<Deterministic>True</Deterministic>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.5" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\values\styles.xml" />
<AndroidResource Include="Resources\values\colors.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\drawable\xamarin_logo.png" />
<AndroidResource Include="Resources\drawable\icon_about.png" />
<AndroidResource Include="Resources\drawable\icon_feed.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MatomoSample\MatomoSample.csproj">
<Project>{F76A7068-8E38-4DA1-B07D-35E8A2143FFF}</Project>
<Name>MatomoSample</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.example.matomosample">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:label="MatomoSample.Android" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MatomoSample.Android")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MatomoSample.Android")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]

Loading

0 comments on commit bedc977

Please sign in to comment.