Skip to content

Commit

Permalink
feat(app): update app version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Oct 21, 2024
1 parent 8b475ef commit 0a933c4
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 32
versionName "1.7.1"
versionCode 33
versionName "1.7.2"

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

0 comments on commit 0a933c4

Please sign in to comment.