fix backup file selection, support hasha link

This commit is contained in:
tom5079
2024-01-15 19:01:30 -08:00
parent 6d108dd7ff
commit 114158cf73
5 changed files with 56 additions and 120 deletions

View File

@@ -32,13 +32,13 @@ configurations {
}
android {
compileSdkVersion 34
defaultConfig {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
compileSdk 34
targetSdkVersion 34
versionCode 69
versionName "5.3.9"
versionName "5.3.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}