Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2022
1 parent d59f93f commit 6251456
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0-alpha10' apply false
id 'com.android.library' version '7.4.0-alpha10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'com.android.application' version '7.4.0-beta02' apply false
id 'com.android.library' version '7.4.0-beta02' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}

task clean(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Aug 06 15:40:58 EDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation("androidx.compose.runtime:runtime:$compose_version")
Expand Down
14 changes: 7 additions & 7 deletions tv/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
id 'com.google.devtools.ksp' version '1.7.20-1.0.7'
}

android {
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {

implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.leanback:leanback:1.0.0")
implementation("com.github.bumptech.glide:glide:4.13.2")
implementation("com.github.bumptech.glide:glide:4.14.2")
implementation("com.afzaln:android-tvprovider:1.1.0-alpha01-1.0.1")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.palette:palette-ktx:1.0.0")
Expand All @@ -111,19 +111,19 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")

// Leanback
implementation("androidx.leanback:leanback-preference:1.2.0-alpha02")
implementation("androidx.leanback:leanback-preference:1.2.0-SNAPSHOT")

// Compose
implementation("androidx.activity:activity-compose:1.5.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha02")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.0-SNAPSHOT")
implementation("androidx.compose.ui:ui:$compose_version")
implementation("androidx.compose.ui:ui-tooling-preview:$compose_version")
implementation("androidx.compose.runtime:runtime-livedata:$compose_version")
implementation("androidx.compose.material3:material3:1.0.0-beta02")
implementation("androidx.compose.material3:material3:1.0.0-SNAPSHOT")
implementation("androidx.compose.material:material:$compose_version")
implementation("androidx.compose.foundation:foundation:$compose_version")
implementation("androidx.navigation:navigation-compose:2.5.2")
implementation("io.coil-kt:coil-compose:2.2.1")
implementation("io.coil-kt:coil-compose:2.2.2")
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
implementation("androidx.tv:tv-foundation:1.0.0-SNAPSHOT")

Expand Down

0 comments on commit 6251456

Please sign in to comment.