Commit 0a490f65 authored by fallenstardust's avatar fallenstardust

改写类路径

parent 3aa868f9
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 32010513 versionCode 32010514
versionName "3.2.1" versionName "3.2.1"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
...@@ -87,7 +87,7 @@ dependencies { ...@@ -87,7 +87,7 @@ dependencies {
implementation 'org.igniterealtime.smack:smack-im:4.2.0' implementation 'org.igniterealtime.smack:smack-im:4.2.0'
implementation 'org.igniterealtime.smack:smack-resolver-minidns:4.2.0' implementation 'org.igniterealtime.smack:smack-resolver-minidns:4.2.0'
implementation 'org.igniterealtime.smack:smack-sasl-provided:4.2.0' implementation 'org.igniterealtime.smack:smack-sasl-provided:4.2.0'
//implementation 'xpp3:xpp3:1.1.4c' implementation 'xpp3:xpp3:1.1.4c'
implementation 'org.jxmpp:jxmpp-core:0.5.0' implementation 'org.jxmpp:jxmpp-core:0.5.0'
implementation 'org.jxmpp:jxmpp-jid:0.5.0' implementation 'org.jxmpp:jxmpp-jid:0.5.0'
implementation 'org.jxmpp:jxmpp-util-cache:0.5.0' implementation 'org.jxmpp:jxmpp-util-cache:0.5.0'
......
...@@ -169,7 +169,7 @@ public class MyCardActivity extends BaseActivity implements MyCard.MyCardListene ...@@ -169,7 +169,7 @@ public class MyCardActivity extends BaseActivity implements MyCard.MyCardListene
mWebViewPlus.loadUrl(mMyCard.getBBSUrl()); mWebViewPlus.loadUrl(mMyCard.getBBSUrl());
break; break;
case R.id.action_chat: case R.id.action_chat:
startActivity(new Intent(context,SplashActivity.class)); startActivity(new Intent(MyCardActivity.this,SplashActivity.class));
break; break;
default: default:
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment