Skip to content

Commit d4d4d40

Browse files
committed
AGP 7.3.0
1 parent aa55208 commit d4d4d40

21 files changed

Lines changed: 22 additions & 12 deletions

File tree

androidcore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ android {
4848
composeOptions {
4949
kotlinCompilerExtensionVersion libs.versions.compose.compiler.get()
5050
}
51+
namespace 'com.motorro.statemachine.androidcore'
5152
}
5253

5354
dependencies {

androidcore/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
~ limitations under the License.
1313
-->
1414

15-
<manifest package="com.motorro.statemachine.androidcore">
15+
<manifest>
1616

1717
</manifest>

commonapi/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ android {
8484
minSdk = androidMinSdkVersion
8585
targetSdk = androidTargetSdkVersion
8686
}
87+
namespace = "com.motorro.statemachine.commonapi"
8788
}

commonapi/src/androidMain/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
~ limitations under the License.
1313
-->
1414

15-
<manifest package="com.motorro.statemachine.commonapi" />
15+
<manifest/>

commoncore/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ android {
8787
minSdk = androidMinSdkVersion
8888
targetSdk = androidTargetSdkVersion
8989
}
90+
namespace = "com.motorro.statemachine.commoncore"
9091
}

commoncore/src/androidMain/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
~ limitations under the License.
1313
-->
1414

15-
<manifest package="com.motorro.statemachine.commoncore" />
15+
<manifest/>

commonregister/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ android {
9191
minSdk = androidMinSdkVersion
9292
targetSdk = androidTargetSdkVersion
9393
}
94+
namespace = "com.motorro.statemachine.commonregister"
9495
}

commonregister/src/androidMain/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
~ limitations under the License.
1313
-->
1414

15-
<manifest package="com.motorro.statemachine.commonregister" />
15+
<manifest/>

commonstatemachine/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ android {
130130
minSdk = androidMinSdkVersion
131131
targetSdk = androidTargetSdkVersion
132132
}
133+
namespace = "com.motorro.commonstatemachine.commonstatemachine"
133134
}
134135
val dokkaHtml by tasks.getting(DokkaTask::class)
135136

commonstatemachine/src/androidMain/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
~ limitations under the License.
1313
-->
1414

15-
<manifest package="com.motorro.commonstatemachine.commonstatemachine" />
15+
<manifest/>

0 commit comments

Comments
 (0)