mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 03:54:23 +08:00
chore: integrated maven publish plugin and some tweaks for publish
This commit is contained in:
@@ -2,9 +2,11 @@ plugins {
|
||||
autowire(libs.plugins.kotlin.multiplatform)
|
||||
autowire(libs.plugins.android.library)
|
||||
autowire(libs.plugins.jetbrains.compose)
|
||||
autowire(libs.plugins.maven.publish)
|
||||
}
|
||||
|
||||
group = property.project.groupName
|
||||
version = property.project.flexiui.resources.version
|
||||
|
||||
kotlin {
|
||||
androidTarget {
|
||||
@@ -45,7 +47,7 @@ kotlin {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = property.project.groupName
|
||||
namespace = property.project.flexiui.resources.namespace
|
||||
compileSdk = property.project.android.compileSdk
|
||||
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
|
Reference in New Issue
Block a user