mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
Merge pull request #966 from esteemapp/android-package-name
Changed android package name as app.esteem.mobile.android
This commit is contained in:
commit
ec8902c712
@ -35,12 +35,12 @@ android_library(
|
||||
|
||||
android_build_config(
|
||||
name = "build_config",
|
||||
package = "app.esteem.mobile",
|
||||
package = "app.esteem.mobile.android",
|
||||
)
|
||||
|
||||
android_resource(
|
||||
name = "res",
|
||||
package = "app.esteem.mobile",
|
||||
package = "app.esteem.mobile.android",
|
||||
res = "src/main/res",
|
||||
)
|
||||
|
||||
|
@ -110,7 +110,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "app.esteem.mobile"
|
||||
applicationId "app.esteem.mobile.android"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="app.esteem.mobile">
|
||||
package="app.esteem.mobile.android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package app.esteem.mobile;
|
||||
package app.esteem.mobile.android;
|
||||
|
||||
import com.facebook.react.ReactActivity;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package app.esteem.mobile;
|
||||
package app.esteem.mobile.android;
|
||||
|
||||
import android.app.Application;
|
||||
|
Loading…
Reference in New Issue
Block a user