Skip to content

Commit

Permalink
Version bumped from 1.0.0 to 1.1.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
rob729 and github-actions authored Jan 1, 2024
1 parent 22d1d96 commit fd71dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
applicationId = "com.rob729.newsfeed"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit fd71dca

Please sign in to comment.