Skip to content

Commit

Permalink
publish(v1.1.0):发布1.1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
junhua committed Jun 12, 2019
1 parent fd0c189 commit 1300cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation project(':agent')
// implementation 'cn.junhua.android:permission-agent:1.0.1'
// implementation 'cn.junhua.android:permission-agent:1.1.0'
}
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 14,
targetSdkVersion : 28,
versionCode : 3,
versionName : "1.0.2"
versionCode : 4,
versionName : "1.1.0"
]
}

0 comments on commit 1300cd7

Please sign in to comment.