sort mode

This commit is contained in:
tom5079
2025-02-24 23:00:26 -08:00
parent f888535389
commit 83d6058f2b
9 changed files with 524 additions and 379 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = "xyz.quaver.pupil"
minSdk = 16
targetSdk = 35
versionCode = 69
versionName = "5.3.15"
versionCode = 70
versionName = "5.3.16"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}