mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +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")
|
||||
|
1
flexiui-resources/gradle.properties
Normal file
1
flexiui-resources/gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
POM_ARTIFACT_ID=resources
|
Reference in New Issue
Block a user