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

Commit 4ed3b8e9 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

parental: Bump version to 1.0.2

parent 833cc1a7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -19,8 +19,8 @@ android {
            versionProps["VERSION_CHANGE"] = "0"
            versionProps["VERSION_CHANGE"] = "0"
            versionProps["VERSION_MAJOR"] = "1"
            versionProps["VERSION_MAJOR"] = "1"
            versionProps["VERSION_MINOR"] = "0"
            versionProps["VERSION_MINOR"] = "0"
            versionProps["VERSION_PATCH"] = "1"
            versionProps["VERSION_PATCH"] = "2"
            versionProps["VERSION_CODE"] = "2"
            versionProps["VERSION_CODE"] = "3"


            // Attempt to write properties to the file
            // Attempt to write properties to the file
            versionPropsFile.writer().use { writer -> versionProps.store(writer, null) }
            versionPropsFile.writer().use { writer -> versionProps.store(writer, null) }