Move DebugInformationDumper from :app to :base
This commit is contained in:
parent
bcb2e4ce56
commit
07e1e5ebdb
@ -1,7 +1,6 @@
|
|||||||
package de.mm20.launcher2.fragment
|
package de.mm20.launcher2.fragment
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
import android.annotation.SuppressLint
|
||||||
import android.content.Intent
|
|
||||||
import android.content.pm.PackageManager
|
import android.content.pm.PackageManager
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
@ -12,7 +11,7 @@ import androidx.preference.PreferenceFragmentCompat
|
|||||||
import com.afollestad.materialdialogs.MaterialDialog
|
import com.afollestad.materialdialogs.MaterialDialog
|
||||||
import de.mm20.launcher2.R
|
import de.mm20.launcher2.R
|
||||||
import de.mm20.launcher2.crashreporter.CrashReporter
|
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.AppLicense
|
||||||
import de.mm20.launcher2.licenses.OpenSourceLicenses
|
import de.mm20.launcher2.licenses.OpenSourceLicenses
|
||||||
|
|
||||||
|
|||||||
@ -36,7 +36,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.kotlin.stdlib)
|
implementation(libs.bundles.kotlin)
|
||||||
|
|
||||||
implementation(libs.androidx.core)
|
implementation(libs.androidx.core)
|
||||||
implementation(libs.androidx.appcompat)
|
implementation(libs.androidx.appcompat)
|
||||||
implementation(libs.materialcomponents)
|
implementation(libs.materialcomponents)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package de.mm20.launcher2.helper
|
package de.mm20.launcher2.debug
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
Loading…
x
Reference in New Issue
Block a user