Skip to content

Commit

Permalink
Merge branch 'release/v1.7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Oct 23, 2024
2 parents a2900d0 + 4634cde commit 6fe07e6
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 33
versionName "1.7.2"
versionCode 34
versionName "1.7.3"

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

0 comments on commit 6fe07e6

Please sign in to comment.