Fixed fastscroll

This commit is contained in:
tom5079
2020-09-12 19:10:15 +09:00
parent 3dda2f9a1c
commit 56a91268de
9 changed files with 27 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 30
versionCode 58
versionName "5.0-hotfix4"
versionCode 59
versionName "5.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}