mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Dependency updates & removing unused code (#70)
Just bumping dependencies and deleting some unused code. No user facing changes
This commit is contained in:
parent
1c1e64a5b9
commit
89b9364807
30 changed files with 367 additions and 844 deletions
|
|
@ -5,7 +5,6 @@ import android.os.Build
|
|||
import android.util.Log
|
||||
import androidx.compose.runtime.Composer
|
||||
import androidx.compose.runtime.ExperimentalComposeRuntimeApi
|
||||
import androidx.compose.runtime.tooling.ComposeStackTraceMode
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
import org.acra.ACRA
|
||||
import org.acra.ReportField
|
||||
|
|
@ -42,9 +41,7 @@ class WholphinApplication : Application() {
|
|||
)
|
||||
}
|
||||
|
||||
Composer.setDiagnosticStackTraceMode(
|
||||
if (BuildConfig.DEBUG) ComposeStackTraceMode.SourceInformation else ComposeStackTraceMode.GroupKeys,
|
||||
)
|
||||
Composer.setDiagnosticStackTraceEnabled(BuildConfig.DEBUG)
|
||||
}
|
||||
|
||||
override fun onCreate() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue