Commit 6a1bc21b by 郑娜伟

升级common 1.1

parent cc299ad4
...@@ -13,7 +13,7 @@ ext { ...@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名 PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名 // PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.0.1' //版本号 PUBLISH_VERSION = '1.1' //版本号
} }
......
...@@ -92,7 +92,7 @@ public abstract class SobotBaseActivity extends FragmentActivity { ...@@ -92,7 +92,7 @@ public abstract class SobotBaseActivity extends FragmentActivity {
setUpToolBarRightMenu(); setUpToolBarRightMenu();
} }
try { try {
// initBundleData(savedInstanceState); initBundleData(savedInstanceState);
initView(); initView();
initData(); initData();
} catch (Exception e) { } catch (Exception e) {
......
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