wjc
3 天以前 1c91b62ea573082581e72fd433d02e3dc52dbf51
sdk/build.gradle
@@ -3,6 +3,7 @@
}
android {
    namespace 'com.hdl.sdk.link'
    compileSdkVersion 33
    defaultConfig {
@@ -26,7 +27,9 @@
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    buildFeatures {
        buildConfig = true
    }
    /**
     * 打包自动命名
     */
@@ -63,7 +66,7 @@
    publishing {
        publications {
            plugin(MavenPublication) {
                from components.release
                from components.findByName('release')
                groupId 'com.hdl.android'
                version "$android.defaultConfig.versionName"
                artifactId = 'debugsdk'