Skip to content

Commit

Permalink
feat: upgrate android-startup version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
idisfkj committed Sep 16, 2020
1 parent bdb6ec8 commit 10df140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-startup/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
libraryDescription = 'The Android Startup library provides a straightforward, performant way to initialize components at application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization'
siteUrl = 'https://github.com/idisfkj/android-startup'
gitUrl = 'https://github.com/idisfkj/android-startup.git'
libraryVersion = '1.0.3'
libraryVersion = '1.0.4'
developerId = 'idisfkj'
developerName = 'idisfkj'
developerEmail = '[email protected]'
Expand Down

0 comments on commit 10df140

Please sign in to comment.