File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/didichuxing/doraemonkit/weex/common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ public class DKCommonActivity extends BaseActivity {
19
19
public static void startWith (Context context , Class <? extends BaseFragment > clazz ) {
20
20
Intent intent = new Intent (context , DKCommonActivity .class );
21
21
intent .putExtra (CLASSNAME , clazz );
22
+ intent .setFlags (Intent .FLAG_ACTIVITY_NEW_TASK );
22
23
context .startActivity (intent );
23
24
}
24
25
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.novoda.bintray-release'
3
3
publish {
4
4
def groupProjectID = ' com.didichuxing.doraemonkit'
5
5
def artifactProjectID = ' doraemonkit-weex'
6
- def publishVersionID = ' 1.0.0 '
6
+ def publishVersionID = ' 1.0.1 '
7
7
8
8
userOrg = ' doraemonkit'
9
9
repoName = ' DoraemonKit'
You can’t perform that action at this time.
0 commit comments