Initial commit

This commit is contained in:
jakweg 2020-08-24 17:47:57 +02:00
commit ac2e3937ce
17 changed files with 2252 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="pl.jakubweg">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
tools:ignore="AllowBackup" />
</manifest>