Skip to content

Commit

Permalink
Merge branch 'release/v1.6.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Jul 3, 2024
2 parents 89e8af4 + fd912de commit 143b7aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 34
versionCode 22
versionName "1.6.5"
versionCode 23
versionName "1.6.6"

def properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down Expand Up @@ -77,9 +77,9 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
implementation 'org.jsoup:jsoup:1.17.2'

implementation 'androidx.fragment:fragment-ktx:1.7.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1'
implementation 'androidx.fragment:fragment-ktx:1.8.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.3'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3'

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

Expand Down

0 comments on commit 143b7aa

Please sign in to comment.