Move DebugInformationDumper from :app to :base

This commit is contained in:
MM20 2021-09-26 17:11:22 +02:00
parent bcb2e4ce56
commit 07e1e5ebdb
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package de.mm20.launcher2.fragment
import android.annotation.SuppressLint
import android.content.Intent
import android.content.pm.PackageManager
import android.os.Bundle
import android.widget.Toast
@ -12,7 +11,7 @@ import androidx.preference.PreferenceFragmentCompat
import com.afollestad.materialdialogs.MaterialDialog
import de.mm20.launcher2.R
import de.mm20.launcher2.crashreporter.CrashReporter
import de.mm20.launcher2.helper.DebugInformationDumper
import de.mm20.launcher2.debug.DebugInformationDumper
import de.mm20.launcher2.licenses.AppLicense
import de.mm20.launcher2.licenses.OpenSourceLicenses

View File

@ -36,7 +36,8 @@ android {
}
dependencies {
implementation(libs.kotlin.stdlib)
implementation(libs.bundles.kotlin)
implementation(libs.androidx.core)
implementation(libs.androidx.appcompat)
implementation(libs.materialcomponents)

View File

@ -1,4 +1,4 @@
package de.mm20.launcher2.helper
package de.mm20.launcher2.debug
import android.content.Context
import android.os.Build