Updates core to 7.1.5

This commit is contained in:
Zorica Stojchevska 2022-03-24 13:32:44 +01:00 committed by Zorica Stojchevska
parent fd8e2c8fad
commit 93b2652ef7
3 changed files with 7 additions and 2 deletions

View File

@ -24,6 +24,7 @@ import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import me.proton.core.network.data.ApiProvider
import me.proton.core.plan.data.repository.PlansRepositoryImpl
import me.proton.core.plan.domain.ClientPlanFilter
import me.proton.core.plan.domain.ProductOnlyPaidPlans
import me.proton.core.plan.domain.SupportSignupPaidPlans
import me.proton.core.plan.domain.SupportUpgradePaidPlans
@ -50,4 +51,8 @@ object CorePlanModule {
@Provides
@ProductOnlyPaidPlans
fun provideProductOnlyPaidPlans() = false
@Provides
fun provideClientPlansFilterPredicate(): ClientPlanFilter? = null
}

View File

@ -62,7 +62,7 @@ fun initVersions() {
}
// Proton Core
const val `Proton-core version` = "7.1.3"
const val `Proton-core version` = "7.1.5"
// Test
const val `aerogear version` = "1.0.0" // Released: Mar 23, 2013

@ -1 +1 @@
Subproject commit bc37c62c6e99f31c30c336c2dfb6eed66e1a72b8
Subproject commit 80b38a97e59b0c65d8c440af2752068b26e13fa6