Skip to content

Commit

Permalink
update readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mr committed May 15, 2024
1 parent a051391 commit b126559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Plus, it's free!

- [ ] Generalization (such as displaying information from multiple calendars)
- [ ] Stability (there's currently a high chance of automatic information updates not functioning)
- [ ] Enhancement of app details (eliminating hard-coded strings, adding widget previews, etc.)
- [ ] Enhancement of app details (eliminating hard-coded strings, adding widget previews, etc.)
- [x] Replaced hard-coded strings with string resource
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.maary.yetanothercalendarwidget"
minSdk = 31
targetSdk = 34
versionCode = 1
versionName = "1.0Alpha"
versionCode = 2
versionName = "1.0Alpha.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit b126559

Please sign in to comment.