Skip to content

Commit

Permalink
🔖 2.8.9 (#293)
Browse files Browse the repository at this point in the history
* Update versionCode and versionName in build.gradle.kts to 20809 and "2.8.9" respectively.

* Add commit message generated by AICommit as a new line in README.md.
  • Loading branch information
rosuH authored Jul 29, 2023
1 parent 0e7e7e3 commit e141457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ You can turn down the transparency, just don't block the key information.
- [Compressor](https://github.com/zetbaitsu/Compressor/)
- Sample Photo by Deepak Nautiyal
on [Unsplash](https://unsplash.com/s/photos/animals?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
- Commit message generated by [AICommit](https://aicommit.app)

## Feedback and contribution

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "me.rosuh.easywatermark"
minSdk = (Apps.minSdk)
targetSdk = (Apps.targetSdk)
versionCode = 20808
versionName = "2.8.8"
versionCode = 20809
versionName = "2.8.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
}
Expand Down

0 comments on commit e141457

Please sign in to comment.