5.1.9-hotfix1

This commit is contained in:
tom5079
2021-06-08 20:05:16 +09:00
parent 4c9aa29d46
commit 49a47f4b4f
2 changed files with 7 additions and 7 deletions

View File

@@ -38,21 +38,21 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 64
versionName "5.1.9-hotfix1"
versionName "5.1.9-hotfix3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
debug {
minifyEnabled true
shrinkResources true
defaultConfig.minSdkVersion 21
minifyEnabled false
shrinkResources false
debuggable true
applicationIdSuffix ".debug"
versionNameSuffix "-DEBUG"
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
ext.enableCrashlytics = false
ext.alwaysUpdateBuildId = false
}
@@ -125,7 +125,7 @@ dependencies {
implementation "ru.noties.markwon:core:3.1.0"
implementation "xyz.quaver:libpupil:2.1.0"
implementation "xyz.quaver:libpupil:2.1.1"
implementation "xyz.quaver:documentfilex:0.6.1"
implementation "xyz.quaver:floatingsearchview:1.1.7"

View File

@@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"versionCode": 64,
"versionName": "5.1.9",
"versionName": "5.1.9-hotfix3-DEBUG",
"outputFile": "app-release.apk"
}
]