File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ monitors all activities' lifecycle.
3131![ dialogStyle.gif] ( http://upload-images.jianshu.io/upload_images/1896166-538d3d530f8cd0d6.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240 )
3232
3333## Usage
34- 1 ) add dependence in module's build.gradle
35- > compile 'cc.rome753:activitytaskview:3.7 .0'
34+ 1 ) Add dependence in module's build.gradle
35+ > compile 'cc.rome753:activitytaskview:3.8 .0'
3636
37- 2 ) add system alert permission in AndroidManifest.xml
37+ 2 ) Add system alert permission in AndroidManifest.xml
3838```
3939<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
4040```
4141
42- 3 ) init in application's onCreate()
42+ 3 ) Init in application's onCreate()
4343```
4444@Override
4545public void onCreate() {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ publish {
1515 userOrg = ' rome713bc'
1616 groupId = ' cc.rome753'
1717 artifactId = ' activitytaskview'
18- publishVersion = ' 3.7 .0'
19- desc = ' Long name optimize '
18+ publishVersion = ' 3.8 .0'
19+ desc = ' fix crash bug '
2020 website = ' https://github.com/rome753/activitytaskview'
2121}
2222
@@ -26,8 +26,8 @@ android {
2626
2727 defaultConfig {
2828 minSdkVersion 14
29- versionCode 9
30- versionName " 3.7 .0"
29+ versionCode 10
30+ versionName " 3.8 .0"
3131
3232 }
3333
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ dependencies {
3030 api ' com.android.support:appcompat-v7:25.2.0'
3131 testApi ' junit:junit:4.12'
3232 api project(' :activitytaskview' )
33- // api 'cc.rome753:activitytaskview:3.7 .0'
33+ // api 'cc.rome753:activitytaskview:3.8 .0'
3434}
You can’t perform that action at this time.
0 commit comments