mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
7 lines
348 B
XML
7 lines
348 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="com.standardnotes">
|
|
<application tools:replace="android:icon,label" android:icon="@drawable/icon" android:label="SN Dev" tools:node="merge">
|
|
</application>
|
|
</manifest>
|