Memory optimization

This commit is contained in:
tom5079
2019-06-14 20:01:32 +09:00
parent 45c6f95fcb
commit b90814d23e
2 changed files with 3 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 28
versionCode 16
versionName "2.9"
versionCode 17
versionName "2.9.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}