Skip to content

Commit e141457

Browse files
authored
🔖 2.8.9 (#293)
* 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.
1 parent 0e7e7e3 commit e141457

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ You can turn down the transparency, just don't block the key information.
9292
- [Compressor](https://github.com/zetbaitsu/Compressor/)
9393
- Sample Photo by Deepak Nautiyal
9494
on [Unsplash](https://unsplash.com/s/photos/animals?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
95+
- Commit message generated by [AICommit](https://aicommit.app)
9596

9697
## Feedback and contribution
9798

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "me.rosuh.easywatermark"
1616
minSdk = (Apps.minSdk)
1717
targetSdk = (Apps.targetSdk)
18-
versionCode = 20808
19-
versionName = "2.8.8"
18+
versionCode = 20809
19+
versionName = "2.8.9"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
2222
}

0 commit comments

Comments
 (0)