Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from sikelio/dev
Browse files Browse the repository at this point in the history
Update package identifier
  • Loading branch information
sikelio authored Apr 29, 2023
2 parents 8e1173d + 2e35816 commit c1c0c0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ android {

compileSdkVersion rootProject.ext.compileSdkVersion

namespace "com.plexmanager"
namespace "wtf.plexmanager"
defaultConfig {
applicationId "com.plexmanager"
applicationId "wtf.plexmanager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.plexmanager;
package wtf.plexmanager;

import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.plexmanager;
package wtf.plexmanager;

import android.os.Bundle;
import com.facebook.react.ReactActivity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.plexmanager;
package wtf.plexmanager;

import android.app.Application;
import com.facebook.react.PackageList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.plexmanager;
package wtf.plexmanager;

import android.content.Context;
import com.facebook.react.ReactInstanceManager;
Expand Down

0 comments on commit c1c0c0e

Please sign in to comment.