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

Commit 96ca50d3 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

update version to 2.5.7 for 1.13-rc.3

parent a5a63c34
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 = 6
def versionPatch = 7

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
+5 −5
Original line number Diff line number Diff line
@@ -336,7 +336,8 @@ class FusedApiImpl @Inject constructor(
        searchResult: MutableList<FusedApp>,
        packageSpecificResults: ArrayList<FusedApp>
    ): GplaySearchResultLiveData {
        return runFlowWithTimeout({
        return runFlowWithTimeout(
            {
                getGplaySearchResult(query)
            }, {
            it.second
@@ -359,7 +360,6 @@ class FusedApiImpl @Inject constructor(
            } else {
                it
            }

        }
    }

+2 −4
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ suspend fun <T> runFlowWithTimeout(
                    cancel()
                }


            try {
                withContext(Dispatchers.IO) {
                    timer.start()
@@ -88,7 +87,6 @@ suspend fun <T> runFlowWithTimeout(
            }
        }
    }

}

private class Timer(