Skip to content

Commit

Permalink
[update] version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chiclaim committed Aug 29, 2022
1 parent 1c615e0 commit a25f1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BINTRAY_ORGANIZATION = ggz-org
BINTRAY_REPOSITORY = maven


USE_LOCAL = false
USE_LOCAL = true
USE_GRADLE_PLUGIN = true
GRADLE_PLUGIN_UPLOAD_LOCAL = false

Expand Down
2 changes: 1 addition & 1 deletion router/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
artifact = bintrayName
libraryName = 'Router'
libraryDescription = 'Android Modularization API'
libraryVersion = '1.0.6'
libraryVersion = '1.0.7'
}

android {
Expand Down

0 comments on commit a25f1b8

Please sign in to comment.