Skip to content

Commit 163aba8

Browse files
committed
update
1 parent 4259482 commit 163aba8

9 files changed

Lines changed: 1172 additions & 1781 deletions

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dependencies {
5757
implementation 'dev.rikka.shizuku:provider:13.0.0'
5858

5959
implementation 'androidx.annotation:annotation:1.10.0'
60-
implementation 'androidx.lifecycle:lifecycle-runtime:2.8.7'
6160
}
6261

6362
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

app/src/main/java/com/aexon/AexonApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ private void handleUncaughtException(@NonNull Thread thread, @NonNull Throwable
4848
startActivity(intent);
4949
} catch (Exception ignored) {
5050
}
51-
SketchLogger.broadcastLog(Log.getStackTraceString(throwable));
5251
Process.killProcess(Process.myPid());
5352
System.exit(1);
5453
}

0 commit comments

Comments
 (0)