Skip to content

Commit

Permalink
[Updated] ~Gradle Properties for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Mar 20, 2022
1 parent 3bcc532 commit 89d748f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In `build.gradle` of app module, include this dependency

```gradle
dependencies {
implementation("com.himanshoe:kalendar:1.0.0-RC4")
implementation("com.himanshoe:kalendar:1.0.0-RC5")
}
```

Expand All @@ -32,7 +32,7 @@ app module, include this dependency

```gradle
dependencies {
implementation("com.himanshoe:kalendar-endlos:1.0.0-RC1")
implementation("com.himanshoe:kalendar-endlos:1.0.0-RC5")
}
```

Expand Down
2 changes: 1 addition & 1 deletion kalendar-endlos/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar.
POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022
GROUP=com.himanshoe
VERSION_NAME=1.0.0-RC1
VERSION_NAME=1.0.0-RC5
VERSION_CODE=1
POM_URL=https://github.com/hi-manshu
POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion kalendar/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar.
POM_PACKAGING=aar
POM_INCEPTION_YEAR=2022
GROUP=com.himanshoe
VERSION_NAME=1.0.0-RC4
VERSION_NAME=1.0.0-RC5
VERSION_CODE=1
POM_URL=https://github.com/hi-manshu
POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down

0 comments on commit 89d748f

Please sign in to comment.