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\""
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ class FirebaseNightlyProxy @Inject constructor(
|
|||
@DefaultPreferences
|
||||
private val sharedPreferences: SharedPreferences,
|
||||
private val buildMeta: BuildMeta,
|
||||
): NightlyProxy {
|
||||
) : NightlyProxy {
|
||||
|
||||
override fun onHomeResumed() {
|
||||
if (!canDisplayPopup()) return
|
||||
|
|
Loading…
Reference in New Issue