Skip to content

Commit

Permalink
feat(gradle): update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Mar 9, 2024
1 parent bfa6861 commit efcdf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 34
versionCode 14
versionName "1.5.0"
versionCode 15
versionName "1.5.1"
}

compileOptions {
Expand Down

0 comments on commit efcdf76

Please sign in to comment.