Skip to content
Snippets Groups Projects
Commit 9b6a5709 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

bump agp

parent be1fcfe4
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.2'
}
}
......
......@@ -148,9 +148,6 @@ public class PgpDecryptionService {
try {
os.flush();
final String body = os.toString();
if (body == null) {
throw new IOException("body was null");
}
message.setBody(body);
message.setEncryption(Message.ENCRYPTION_DECRYPTED);
final HttpConnectionManager manager = mXmppConnectionService.getHttpConnectionManager();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment