Skip to content

Commit 39b680e

Browse files
committed
Use FossifyApp class
1 parent 1cad543 commit 39b680e

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</queries>
2020

2121
<application
22-
android:name=".App"
22+
android:name="org.fossify.commons.FossifyApp"
2323
android:allowBackup="true"
2424
android:appCategory="productivity"
2525
android:icon="@mipmap/ic_launcher"

app/src/main/kotlin/org/fossify/notes/App.kt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)