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

Commit 1af32905 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

feat: Bump BL3 to v3.1.1

parent 59adeec0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@ android {
        versionProps['VERSION_CHANGE'] = '0'
        versionProps['VERSION_MAJOR'] = '3'
        versionProps['VERSION_MINOR'] = '1'
        versionProps['VERSION_PATCH'] = '0'
        versionProps['VERSION_CODE'] = '3010000'
        versionProps['VERSION_PATCH'] = '1'
        versionProps['VERSION_CODE'] = '3010010'
        versionProps.store(versionPropsFile.newWriter(), null)
    }