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

Commit 184e5085 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

update version to 2.4.3 for 1.7-rc

parent 9b7c13fb
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ plugins {

def versionMajor = 2
def versionMinor = 4
def versionPatch = 2
def versionPatch = 3

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
+3 −2
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ class CategoriesViewModel @Inject constructor(
                    )

                exceptionsList.add(exception)
            exceptionsLiveData.postValue(exceptionsList)}
                exceptionsLiveData.postValue(exceptionsList)
            }
        }
    }