Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Mar 14, 2024
1 parent f8b4fdb commit 8a9efb5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions tap/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand All @@ -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")
}
2 changes: 1 addition & 1 deletion tap/core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
POM_ARTIFACT_ID=tap-core
VERSION_NAME=0.0.1
#VERSION_NAME=0.0.1

0 comments on commit 8a9efb5

Please sign in to comment.