Skip to content

Commit

Permalink
v1.2 增加嵌套viewpager,滑动动画
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuote committed Apr 24, 2019
1 parent 2a9fb33 commit 448cd3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.1"
versionName rootProject.ext.hdqLibraryVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ ext {
minSdkVersion = 16
targetSdkVersion = 27

hdqLibraryVersionName = '1.2'

// App dependencies
supportLibraryVersion = '27.1.1'
loggerVersion = '2.1.1'
Expand Down
2 changes: 1 addition & 1 deletion hdqlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName rootProject.ext.hdqLibraryVersionName

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 448cd3e

Please sign in to comment.