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

Commit 51a2598d authored by Kshitij's avatar Kshitij
Browse files

chore: BL3 v3.1.0

parent b5d64765
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -88,9 +88,9 @@ android {
    if (!versionPropsFile.exists()) {
        versionProps['VERSION_CHANGE'] = '0'
        versionProps['VERSION_MAJOR'] = '3'
        versionProps['VERSION_MINOR'] = '0'
        versionProps['VERSION_PATCH'] = '1'
        versionProps['VERSION_CODE'] = '3000010'
        versionProps['VERSION_MINOR'] = '1'
        versionProps['VERSION_PATCH'] = '0'
        versionProps['VERSION_CODE'] = '3010000'
        versionProps.store(versionPropsFile.newWriter(), null)
    }