We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092b28c commit 0aaf624Copy full SHA for 0aaf624
README.md
@@ -6,7 +6,7 @@
6
</p>
7
8
<p align="center">
9
-<a href="https://github.com/liangjingkanji/Interval/releases/download/1.0.0/interval.apk">下载体验</a>
+<a href="https://github.com/liangjingkanji/Interval/releases/download/1.0.1/interval.apk">下载体验</a>
10
11
12
@@ -113,7 +113,7 @@ dependencyResolutionManagement {
113
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定)
114
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
115
116
-implementation 'com.github.liangjingkanji:Interval:1.0.0'
+implementation 'com.github.liangjingkanji:Interval:1.0.1'
117
```
118
119
0 commit comments