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

Commit dc479ef4 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

feat: this is the fake update

parent f4988817
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ plugins {

def versionMajor = 1
def versionMinor = 5
def versionPatch = 4
def versionPatch = 5

def getTestProp(String propName) {
    def result = ""
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class EdriveApplication extends Application {
    @Override
    public void onLowMemory() {
        super.onLowMemory();
        Timber.i("System is low on memory. Application might get killed by the system.");
        Timber.i("System is low on memory. Application might get killed by the system at any time.");
    }

    private void setupLogging() {