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

Commit 1e18133d authored by Hasib Prince's avatar Hasib Prince
Browse files

increase versionPatch for test

parent 239bf474
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 = 8
def versionPatch = 2
def versionPatch = 3

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
+2 −2
Original line number Diff line number Diff line
@@ -174,8 +174,8 @@

        <provider
            android:name=".microg.AuthDataProvider"
            android:authorities="foundation.e.apps.authdata.provider"
            android:readPermission="foundation.e.apps.permission.AUTH_DATA_PROVIDER"
            android:authorities="foundation.e.apps.debug.authdata.provider"
            android:readPermission="foundation.e.apps.debug.permission.AUTH_DATA_PROVIDER"
            android:exported="true"/>

    </application>