Skip to content

Commit

Permalink
Merge branch 'release/v1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 3, 2024
2 parents 6525ac6 + 2f21fd2 commit db74aaa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 34
versionName "1.7.3"
versionCode 35
versionName "1.7.4"

buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\""
buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""
Expand Down Expand Up @@ -66,12 +66,12 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.3'
implementation project(path: ':navigation')

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'com.github.bumptech.glide:glide:5.0.0-rc01'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
Expand All @@ -91,9 +91,9 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
implementation 'org.jsoup:jsoup:1.17.2'

implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'

implementation 'androidx.tvprovider:tvprovider:1.1.0-alpha01'

Expand Down

0 comments on commit db74aaa

Please sign in to comment.