Merge pull request #1001 from session-foundation/release/1.21.0

Release/1.21.0
pull/1710/head
ThomasSession 1 month ago committed by GitHub
commit d6584cee3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ configurations.configureEach {
exclude module: "commons-logging"
}
def canonicalVersionCode = 394
def canonicalVersionCode = 395
def canonicalVersionName = "1.21.0"
def postFixSize = 10

@ -128,6 +128,7 @@ import kotlin.Deprecated;
import kotlin.Unit;
import network.loki.messenger.BuildConfig;
import network.loki.messenger.R;
import network.loki.messenger.libsession_util.util.Logger;
/**
* Will be called once when the TextSecure process is created.
@ -437,6 +438,7 @@ public class ApplicationContext extends Application implements DefaultLifecycleO
persistentLogger = new PersistentLogger(this);
}
Log.initialize(new AndroidLogger(), persistentLogger);
Logger.initLogger();
}
private void initializeCrashHandling() {

@ -1 +1 @@
Subproject commit 93da4d4aaa0ad6ad5cb286527b7d950f5b61741b
Subproject commit 3eb9eb79235d8454aa6fc56278230a1fa26c9fb7
Loading…
Cancel
Save