Skip to content

Commit

Permalink
build(gradle): update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Oct 5, 2023
1 parent 99db274 commit d0ce3fb
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 @@ -13,8 +13,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 23
targetSdk 34
versionCode 9
versionName "1.3.4"
versionCode 10
versionName "1.3.5"
}

compileOptions {
Expand Down

0 comments on commit d0ce3fb

Please sign in to comment.