Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32128a1b authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

update version to 2.5.1 for 1.11-beta

parent ad9884de
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ plugins {

def versionMajor = 2
def versionMinor = 5
def versionPatch = 0
def versionPatch = 1

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
+0 −2
Original line number Diff line number Diff line
@@ -24,13 +24,11 @@ import androidx.hilt.work.HiltWorkerFactory
import androidx.work.Configuration
import androidx.work.ExistingPeriodicWorkPolicy
import dagger.hilt.android.HiltAndroidApp
import foundation.e.apps.login.LoginDataStore
import foundation.e.apps.manager.pkg.PkgManagerBR
import foundation.e.apps.manager.pkg.PkgManagerModule
import foundation.e.apps.manager.workmanager.InstallWorkManager
import foundation.e.apps.setup.tos.TOS_VERSION
import foundation.e.apps.updates.manager.UpdatesWorkManager
import foundation.e.apps.utils.enums.User
import foundation.e.apps.utils.modules.DataStoreModule
import foundation.e.apps.utils.modules.PreferenceManagerModule
import foundation.e.lib.telemetry.Telemetry
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@ import foundation.e.apps.api.exodus.models.AppPrivacyInfo
import foundation.e.apps.api.fused.data.FusedApp
import foundation.e.apps.api.getResult
import foundation.e.apps.utils.enums.Origin
import foundation.e.apps.utils.modules.CommonUtilsModule.LIST_OF_NULL
import foundation.e.apps.utils.getFormattedString
import foundation.e.apps.utils.modules.CommonUtilsModule.LIST_OF_NULL
import java.util.Date
import java.util.Locale
import javax.inject.Inject
@@ -36,7 +36,6 @@ import javax.inject.Singleton
import kotlin.math.ceil
import kotlin.math.round


@Singleton
class AppPrivacyInfoRepositoryImpl @Inject constructor(
    private val exodusTrackerApi: ExodusTrackerApi,
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ import java.text.NumberFormat
import java.util.Date
import javax.inject.Inject


class AppInstallProcessor @Inject constructor(
    @ApplicationContext private val context: Context,
    private val databaseRepository: DatabaseRepository,
+7 −9
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@ import foundation.e.apps.utils.modules.CommonUtilsModule.LIST_OF_NULL
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertEquals
import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Rule
import org.junit.Test
Loading