mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
rename package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.notes">
|
||||
package="com.streetwriters.notesnook">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.notes;
|
||||
package com.streetwriters.notesnook;
|
||||
|
||||
import com.facebook.react.ReactActivity;
|
||||
import android.view.KeyEvent;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.notes;
|
||||
package com.streetwriters.notesnook;
|
||||
|
||||
import android.app.Application;
|
||||
import android.content.Context;
|
||||
|
||||
Reference in New Issue
Block a user