Browse Source

[Architecture] clean up

misc/jme/add-logging-to-state-machine
ganfra 2 years ago
parent
commit
ba28628bdf
  1. 1
      features/onboarding/build.gradle.kts
  2. 2
      features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporterMultipartBody.java

1
features/onboarding/build.gradle.kts

@ -30,7 +30,6 @@ anvil {
generateDaggerFactories.set(true) generateDaggerFactories.set(true)
} }
dependencies { dependencies {
implementation(projects.libraries.core) implementation(projects.libraries.core)
implementation(projects.libraries.elementresources) implementation(projects.libraries.elementresources)

2
features/rageshake/src/main/java/io/element/android/features/rageshake/reporter/BugReporterMultipartBody.java → features/rageshake/src/main/kotlin/io/element/android/features/rageshake/reporter/BugReporterMultipartBody.java

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2022 New Vector Ltd * Copyright (c) 2023 New Vector Ltd
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
Loading…
Cancel
Save