Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Mar 21, 2024
1 parent 4cb9713 commit 78f4bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.6
VERSION_NAME=0.1.7

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
Expand Down
1 change: 1 addition & 0 deletions tap/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ android {
dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
api(project(":dLib:kit"))
}

0 comments on commit 78f4bc0

Please sign in to comment.