Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mvicore-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
group = "com.github.badoo.mvicore"

android {
namespace = "com.badoo.mvicore.android"
compileSdk = 33

defaultConfig {
Expand Down
2 changes: 0 additions & 2 deletions mvicore-android/src/main/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions mvicore-debugdrawer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
group = "com.github.badoo.mvicore"

android {
namespace = "com.badoo.mvicore.debugdrawer"
compileSdk = 33
defaultConfig {
minSdk = 19
Expand Down
2 changes: 0 additions & 2 deletions mvicore-debugdrawer/src/main/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions mvicore-demo/mvicore-demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
}

android {
namespace = "com.badoo.mvicoredemo"
compileSdk = 33
defaultConfig {
applicationId = "com.badoo.mvicoredemo"
Expand Down
3 changes: 1 addition & 2 deletions mvicore-demo/mvicore-demo-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.badoo.mvicoredemo">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
1 change: 1 addition & 0 deletions mvicore-demo/mvicore-demo-catapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
}

android {
namespace = "com.badoo.catapi"
compileSdk = 33

defaultConfig {
Expand Down
2 changes: 0 additions & 2 deletions mvicore-demo/mvicore-demo-catapi/src/main/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions mvicore-demo/mvicore-demo-feature1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
}

android {
namespace = "com.badoo.feature1"
compileSdk = 33

defaultConfig {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions mvicore-demo/mvicore-demo-feature2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
}

android {
namespace = "com.badoo.feature2"
compileSdk = 33

defaultConfig {
Expand Down

This file was deleted.