Rename architecture module

This commit is contained in:
ganfra 2023-01-20 16:26:43 +01:00
parent ae0c4e7542
commit 528c01199d
49 changed files with 63 additions and 61 deletions

View file

@ -21,7 +21,7 @@ plugins {
}
android {
namespace = "io.element.android.x.libraries.architecture"
namespace = "io.element.android.libraries.architecture"
}
dependencies {

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import com.bumble.appyx.core.modality.BuildContext
import com.bumble.appyx.core.node.Node

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import androidx.compose.runtime.MutableState
import androidx.compose.runtime.Stable

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import android.content.Context
import android.content.ContextWrapper

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import com.bumble.appyx.core.modality.BuildContext
import com.bumble.appyx.core.node.Node

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import com.bumble.appyx.core.node.Node
import dagger.MapKey

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import androidx.compose.runtime.Composable

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.architecture
package io.element.android.libraries.architecture
import androidx.lifecycle.LifecycleOwner
import androidx.lifecycle.lifecycleScope