Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 28, 2023
1 parent ff66575 commit dd1861f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'io.github.dango-dx:lib_widget:1.1.0'
}
2 changes: 1 addition & 1 deletion lib/widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

mavenPublishing{
coordinates("io.github.dango-dx", "lib_widget", "${VERSION_INFIX}.${VERSION_FIX}")
coordinates("io.github.dango-dx", "lib_widget", "${VERSION_NAME}")
}

android {
Expand Down
4 changes: 1 addition & 3 deletions lib/widget/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#
VERSION_INFIX = 1.0.0008
VERSION_FIX = 0008
VERSION_NAME = 1.1.4
SONATYPE_AUTOMATIC_RELEASE=true

0 comments on commit dd1861f

Please sign in to comment.