Skip to content

Commit 2a16539

Browse files
author
caiyg
committed
修正applicationId
1 parent 16ac2d5 commit 2a16539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/app.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
<orderEntry type="library" exported="" name="stetho-okhttp-1.2.0" level="project" />
9494
<orderEntry type="library" exported="" name="gson-2.6.2" level="project" />
9595
<orderEntry type="library" exported="" name="okhttp-2.5.0" level="project" />
96-
<orderEntry type="library" exported="" name="jsr305-3.0.0" level="project" />
9796
<orderEntry type="library" exported="" name="stetho-1.2.0" level="project" />
97+
<orderEntry type="library" exported="" name="jsr305-3.0.0" level="project" />
9898
<orderEntry type="library" exported="" name="jackson-core-2.2.3" level="project" />
9999
<orderEntry type="library" exported="" name="fbcore-0.8.1" level="project" />
100100
<orderEntry type="library" exported="" name="commons-cli-1.2" level="project" />

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
buildToolsVersion "23.0.2"
8282

8383
defaultConfig {
84-
applicationId "com.reactjchat"
84+
applicationId "io.jchat.android"
8585
minSdkVersion 16
8686
targetSdkVersion 23
8787
versionCode 1

0 commit comments

Comments
 (0)