Package rename tech.platypush.app -> tech.platypush.platypush
This commit is contained in:
parent
d452e57bca
commit
be69ed8ec6
7 changed files with 9 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -8,4 +8,5 @@
|
|||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
/app/build
|
||||
/platypush/build
|
||||
/app/release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="tech.platypush.app">
|
||||
package="tech.platypush.platypush">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
android:theme="@style/Theme.Platypush"
|
||||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:name="tech.platypush.platypush.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Platypush.NoActionBar">
|
||||
<intent-filter>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package tech.platypush.app
|
||||
package tech.platypush.platypush
|
||||
|
||||
import org.json.JSONArray
|
||||
import org.json.JSONObject
|
|
@ -1,4 +1,4 @@
|
|||
package tech.platypush.app
|
||||
package tech.platypush.platypush
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.os.Bundle
|
|
@ -1,4 +1,4 @@
|
|||
package tech.platypush.app
|
||||
package tech.platypush.platypush
|
||||
|
||||
import android.content.ContentValues.TAG
|
||||
import android.content.Context
|
|
@ -1,4 +1,4 @@
|
|||
package tech.platypush.app
|
||||
package tech.platypush.platypush
|
||||
|
||||
import android.content.ContentValues.TAG
|
||||
import android.content.Context
|
|
@ -1,4 +1,4 @@
|
|||
package tech.platypush.app
|
||||
package tech.platypush.platypush
|
||||
|
||||
import android.webkit.WebResourceRequest
|
||||
import android.webkit.WebView
|
Loading…
Reference in a new issue