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

Commit 77ccfde6 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

update version to 2.3.9 for 1.5-rc3

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

def versionMajor = 2
def versionMinor = 3
def versionPatch = 8
def versionPatch = 9

android {
    compileSdk 31
@@ -106,6 +106,7 @@ kapt {
allOpen {
    // allows mocking for classes w/o directly opening them for release builds
    annotation 'foundation.e.apps.OpenClass'
    annotation 'foundation.e.apps.OpenForTesting'
}

dependencies {