Skip to content

Commit

Permalink
feat(app): update app version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 6, 2024
1 parent aeb8b7a commit af98646
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 35
versionName "1.7.4"
versionCode 36
versionName "1.7.5"

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

0 comments on commit af98646

Please sign in to comment.