Fixed bug with missing hash

Version 4.1
This commit is contained in:
tom5079
2019-11-02 21:45:27 +09:00
parent 2011572270
commit 08c4c0bf1f
8 changed files with 11 additions and 11 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 29
versionCode 29
versionName "4.0"
versionCode 30
versionName "4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true