Package rename tech.platypush.app -> tech.platypush.platypush

This commit is contained in:
Fabio Manganiello 2021-04-28 01:12:46 +02:00
parent d452e57bca
commit be69ed8ec6
7 changed files with 9 additions and 8 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@
.externalNativeBuild
.cxx
local.properties
/app/build
/platypush/build
/app/release

View File

@ -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>

View File

@ -1,4 +1,4 @@
package tech.platypush.app
package tech.platypush.platypush
import org.json.JSONArray
import org.json.JSONObject

View File

@ -1,4 +1,4 @@
package tech.platypush.app
package tech.platypush.platypush
import android.annotation.SuppressLint
import android.os.Bundle

View File

@ -1,4 +1,4 @@
package tech.platypush.app
package tech.platypush.platypush
import android.content.ContentValues.TAG
import android.content.Context

View File

@ -1,4 +1,4 @@
package tech.platypush.app
package tech.platypush.platypush
import android.content.ContentValues.TAG
import android.content.Context

View File

@ -1,4 +1,4 @@
package tech.platypush.app
package tech.platypush.platypush
import android.webkit.WebResourceRequest
import android.webkit.WebView