Skip to content

Commit 92f846f

Browse files
Upgrade to AGP 8.1.4
1 parent 9893541 commit 92f846f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ publishing {
3939
android {
4040
namespace = project.group.toString()
4141
compileSdk = 33
42-
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
42+
namespace = "io.rebble.libpebblecommon"
4343
defaultConfig {
4444
minSdk = 21
4545
targetSdk = compileSdk

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2
88
kotlinVersion=2.0.0
9-
agpVersion=7.4.0
10-
android.disableAutomaticComponentCreation=true
9+
agpVersion=8.1.4

src/androidMain/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)