ソースを参照

v1.0.3开发:
1)优化混淆规则
2)调整日志上报接口

#Suyghur 3 年 前
コミット
2e19dce648

+ 0 - 1
build.gradle

@@ -5,7 +5,6 @@ buildscript {
     ext {
         kotlin_version = '1.6.0'
         coroutines_version = '1.5.2'
-        compose_version = '1.1.0-rc01'
     }
     repositories {
         google()

+ 1 - 1
config.gradle

@@ -3,7 +3,7 @@ ext {
     module = [
             remoteLib    : false,
             minifyEnabled: true,
-            publish      : false,
+            publish      : true,
             language     : 1
     ]
 

+ 0 - 15
demo/build.gradle

@@ -24,7 +24,6 @@ android {
 
     buildFeatures {
         viewBinding true
-        compose true
         buildConfig false
     }
     signingConfigs {
@@ -57,10 +56,6 @@ android {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
-    composeOptions {
-        kotlinCompilerExtensionVersion compose_version
-        kotlinCompilerVersion kotlin_version
-    }
     kotlinOptions {
         jvmTarget = '1.8'
         useIR = true
@@ -87,15 +82,5 @@ dependencies {
     // ui
     api rootProject.ext.uiLibs
 
-    implementation "androidx.compose.material:material:$compose_version"
-    implementation 'androidx.activity:activity-compose:1.4.0'
-    implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
-    implementation "androidx.compose.ui:ui:$compose_version"
-    implementation "androidx.compose.ui:ui-tooling:$compose_version"
-    implementation "androidx.compose.runtime:runtime:$compose_version"