Skip to content

Commit

Permalink
feat(app): update app version to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 8, 2024
1 parent 7334201 commit 19d9f5f
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 @@ -17,8 +17,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 35
versionCode 36
versionName "1.7.5"
versionCode 37
versionName "1.7.6"

buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\""
buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""
Expand Down

0 comments on commit 19d9f5f

Please sign in to comment.