Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Jul 11, 2024
1 parent 9b1f412 commit 9b4a5ed
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 @@ -28,7 +28,7 @@ RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true

GROUP=io.github.dango2887
VERSION_NAME=0.0.15
VERSION_NAME=0.0.16

POM_NAME=ClannadUnit
POM_DESCRIPTION=Clannad Unit
Expand Down
1 change: 1 addition & 0 deletions lib/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ android {
dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(project(":lib:kit"))
}

0 comments on commit 9b4a5ed

Please sign in to comment.