Skip to content

Commit

Permalink
升级版本号为1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyong committed Jan 13, 2021
1 parent 6a8f1af commit 5dc3f29
Show file tree
Hide file tree
Showing 3 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 @@ -8,7 +8,7 @@ android {
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "1.1.2"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 7
versionName "1.1.0"
versionName "1.1.2"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void onScrolling(float offsetX, float offsetY, boolean isFinshed) {
if (offsetX == 0 && offsetY == 0) {
return;
}

mOffsetItemIndex = (int) (offsetY / mUnitDegree);
mOffsetItemDelta = offsetY % mUnitDegree;
if (mOffsetItemIndex != mOldOffsetItemIndex) {
Expand Down

0 comments on commit 5dc3f29

Please sign in to comment.