diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 880d88f..cc5b46b 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -9,5 +9,6 @@ jobs: build: uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central_v2.yml@master with: - module_paths_v2: '{"module": [":dLib:widget", ":dLib:kit", ":tap:core"]}' + module_paths_v2: '{"module": [":tap:core"]}' +# module_paths_v2: '{"module": [":dLib:widget", ":dLib:kit", ":tap:core"]}' secrets: inherit \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 153a373..82f71be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'io.github.dango-dx:lib_widget:1.1.0' - implementation 'io.github.DangoDX:tap-core:0.0.1' + implementation 'io.github.DangoDX:tap-core:0.1.3' implementation 'com.bytedance.tools.codelocator:codelocator-core:2.0.3' diff --git a/gradle.properties b/gradle.properties index a683e38..38f1813 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true GROUP=io.github.DangoDX -VERSION_NAME=0.1.3 +VERSION_NAME=0.1.4 SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true diff --git a/tap/core/build.gradle.kts b/tap/core/build.gradle.kts index e535cb3..f6975e8 100644 --- a/tap/core/build.gradle.kts +++ b/tap/core/build.gradle.kts @@ -9,7 +9,7 @@ android { compileSdk = 34 defaultConfig { - minSdk = 24 + minSdk = 21 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles("consumer-rules.pro") @@ -33,8 +33,4 @@ android { dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("com.google.android.material:material:1.11.0") - testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") } \ No newline at end of file diff --git a/tap/core/gradle.properties b/tap/core/gradle.properties index fb96468..283250c 100644 --- a/tap/core/gradle.properties +++ b/tap/core/gradle.properties @@ -1,2 +1,2 @@ POM_ARTIFACT_ID=tap-core -VERSION_NAME=0.0.1 \ No newline at end of file +#VERSION_NAME=0.0.1 \ No newline at end of file