File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the following dependency to your `build.gradle` file:
34
34
35
35
```
36
36
dependencies {
37
- implementation 'com.rousetime.android:android-startup:1.0.3 '
37
+ implementation 'com.rousetime.android:android-startup:1.0.4 '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Android Startup提供一种在应用启动时能够更加简单、高效的方
33
33
34
34
```
35
35
dependencies {
36
- implementation 'com.rousetime.android:android-startup:1.0.3 '
36
+ implementation 'com.rousetime.android:android-startup:1.0.4 '
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ android {
34
34
35
35
dependencies {
36
36
implementation fileTree(dir : " libs" , include : [" *.jar" ])
37
- implementation project(' :android-startup' )
37
+ // implementation project(':android-startup')
38
38
39
- // implementation Dependencies.android_startup
39
+ implementation Dependencies . android_startup
40
40
41
41
implementation Dependencies . kotlin_stdlib
42
42
implementation Dependencies . core_ktx
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object Versions {
20
20
const val ext_junit = " 1.1.1"
21
21
const val espresso_core = " 3.2.0"
22
22
const val constraint_layout = " 1.1.3"
23
- const val android_startup = " 1.0.3 "
23
+ const val android_startup = " 1.0.4 "
24
24
25
25
const val gradle_bintray_plugin = " 1.6"
26
26
const val android_maven_gradle_plugin = " 1.5"
You can’t perform that action at this time.
0 commit comments