We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2492c commit ff46dd5Copy full SHA for ff46dd5
README.md
@@ -18,7 +18,7 @@ allprojects {
18
Step 2. Add the dependency
19
```gradle
20
dependencies {
21
- implementation "com.github.kamrul3288:dateced:1.1.0"
+ implementation "com.github.kamrul3288:dateced:1.1.1"
22
}
23
```
24
---
buildSrc/src/main/java/AppConfig.kt
@@ -2,6 +2,6 @@ object AppConfig {
2
const val minSdkVersion = 21
3
const val compileSdkVersion = 33
4
const val targetSdkVersion = 33
5
- const val versionCode = 9
6
- const val versionName = "1.1.0"
+ const val versionCode = 10
+ const val versionName = "1.1.1"
7
0 commit comments