Skip to content

Commit

Permalink
feat: upgrade sample android-startup version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idisfkj committed Aug 11, 2020
1 parent 737522d commit 966a9fd
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 @@ -31,7 +31,7 @@ Add the following dependency to your `build.gradle` file:

```
dependencies {
implementation 'com.rousetime.android:android-startup:1.0.1'
implementation 'com.rousetime.android:android-startup:1.0.2'
}
```

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

```
dependencies {
implementation 'com.rousetime.android:android-startup:1.0.1'
implementation 'com.rousetime.android:android-startup:1.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,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.1"
const val android_startup = "1.0.2"

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

0 comments on commit 966a9fd

Please sign in to comment.