Skip to content

Commit

Permalink
VERSION_NAME=0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed May 28, 2024
1 parent 2e281d0 commit 653e79b
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.13
VERSION_NAME=0.1.16

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenLocal()
mavenCentral()
maven { url "https://jitpack.io" }
// gradlePluginPortal()
Expand Down

0 comments on commit 653e79b

Please sign in to comment.