Skip to content

Commit

Permalink
feat: update android-startup dependency 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 10df140 commit e87c8ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the following dependency to your `build.gradle` file:

```
dependencies {
implementation 'com.rousetime.android:android-startup:1.0.3'
implementation 'com.rousetime.android:android-startup:1.0.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Android Startup提供一种在应用启动时能够更加简单、高效的方

```
dependencies {
implementation 'com.rousetime.android:android-startup:1.0.3'
implementation 'com.rousetime.android:android-startup:1.0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':android-startup')
// implementation project(':android-startup')

// implementation Dependencies.android_startup
implementation Dependencies.android_startup

implementation Dependencies.kotlin_stdlib
implementation Dependencies.core_ktx
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Versions {
const val ext_junit = "1.1.1"
const val espresso_core = "3.2.0"
const val constraint_layout = "1.1.3"
const val android_startup = "1.0.3"
const val android_startup = "1.0.4"

const val gradle_bintray_plugin = "1.6"
const val android_maven_gradle_plugin = "1.5"
Expand Down

0 comments on commit e87c8ff

Please sign in to comment.