We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c87130 + 4c05f39 commit e43e6beCopy full SHA for e43e6be
app/build.gradle
@@ -17,8 +17,8 @@ android {
17
applicationId "com.tanasi.streamflix"
18
minSdk 21
19
targetSdk 35
20
- versionCode 47
21
- versionName "1.7.16"
+ versionCode 48
+ versionName "1.7.17"
22
23
buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\""
24
buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""
0 commit comments