Skip to content

Commit 555b959

Browse files
committed
feat: update android-startup dependency version to 1.0.3
1 parent 946c04c commit 555b959

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following dependency to your `build.gradle` file:
3333

3434
```
3535
dependencies {
36-
implementation 'com.rousetime.android:android-startup:1.0.2'
36+
implementation 'com.rousetime.android:android-startup:1.0.3'
3737
}
3838
```
3939

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Android Startup提供一种在应用启动时能够更加简单、高效的方
3232

3333
```
3434
dependencies {
35-
implementation 'com.rousetime.android:android-startup:1.0.2'
35+
implementation 'com.rousetime.android:android-startup:1.0.3'
3636
}
3737
```
3838

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ android {
3434

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

39-
// implementation Dependencies.android_startup
39+
implementation Dependencies.android_startup
4040

4141
implementation Dependencies.kotlin_stdlib
4242
implementation Dependencies.core_ktx

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Versions {
2020
const val ext_junit = "1.1.1"
2121
const val espresso_core = "3.2.0"
2222
const val constraint_layout = "1.1.3"
23-
const val android_startup = "1.0.2"
23+
const val android_startup = "1.0.3"
2424

2525
const val gradle_bintray_plugin = "1.6"
2626
const val android_maven_gradle_plugin = "1.5"

0 commit comments

Comments
 (0)