Skip to content

Commit

Permalink
Add privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 22, 2021
1 parent 30b6147 commit 7d439a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Tzolkin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
mkdocs.yml = mkdocs.yml
Pipfile = Pipfile
postBuild = postBuild
privacy_policy.md = privacy_policy.md
README.md = README.md
run_sharplint.bat = run_sharplint.bat
run_sharplint.sh = run_sharplint.sh
Expand Down
7 changes: 7 additions & 0 deletions privacy_policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Privacy Policy

Tzolkin does not collect or share any personal information. It does not use ads, in-app-payments or similar.

It is free as in "free beer" and as in "free speech".

You don't have to trust anybody, it is open source under the MIT license, the source code of the app can be found at [GitHub](https://github.com/Release-Candidate/Tzolkin).
4 changes: 2 additions & 2 deletions src/Tzolkin.Android/Properties/AndroidManifest.xml
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" android:versionCode="16" android:versionName="0.9.16" package="com.RC.Tzolkin" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="17" android:versionName="0.9.17" package="com.RC.Tzolkin" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Tzolkin" android:icon="@mipmap/icon" android:roundIcon="@mipmap/icon_round"></application>
</manifest>
</manifest>

0 comments on commit 7d439a5

Please sign in to comment.