Skip to content

Commit

Permalink
update version number and add new item to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neone35 committed Nov 29, 2023
1 parent 1d08c57 commit 4508d65
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 @@ -49,4 +49,5 @@ app workflow instead of creating a diagram in draw.io.
*This is still project in progress but it already satisfies requirements from 2023.10.28.*

- rewrite API error handling
- add more filtering options
- add more filtering options
- put names and versions of gradle dependencies into objects
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.arturmaslov.skubaware"
minSdk = 25
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.4"

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

0 comments on commit 4508d65

Please sign in to comment.