Skip to content

Commit

Permalink
1.同步版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrgithub committed Mar 16, 2018
1 parent 6e6291e commit 4378ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
compile "com.android.support:design:$rootProject.supportVersion"
compile 'com.jakewharton:butterknife:8.8.1'
apt 'com.jakewharton:butterknife-compiler:8.8.1'
compile project(':pageview')
// compile 'ckrjfrog.Page:PageView:1.0.8'
// compile project(':pageview')
compile 'ckrjfrog.Page:PageView:1.0.9'
}
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//全局参数
ext {
appConfig = [
versionCode : 8,
versionName : "1.0.8",
versionCode : 9,
versionName : "1.0.9",
applicationId: "com.ckr.pagesnaphelper",
]

Expand Down

0 comments on commit 4378ddf

Please sign in to comment.