merging with develop
This commit is contained in:
parent
244aa094ef
commit
177049ba91
|
@ -377,3 +377,4 @@ dependencies {
|
|||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
|
||||
debugImplementation libs.androidx.fragmentTesting
|
||||
}
|
||||
|
||||
|
|
|
@ -92,8 +92,6 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "${versionMajor}.${versionMinor}.${versionPatch}${getFdroidVersionSuffix()}"
|
||||
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue