Skip to content

Commit f85dfe3

Browse files
Update all
1 parent f57cb91 commit f85dfe3

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

.github/workflows/metrics-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo '${{ secrets.RELEASE_KEYSTORE }}' | base64 -di > besttvlauncher.keystore
3636
3737
- name: Build with Gradle
38-
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
38+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0
3939
with:
4040
arguments: build
4141
env:

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
buildscript {
22
ext {
3-
compose_version = '1.4.0-alpha02'
3+
compose_version = '1.8.3'
44
}
55
}
66

77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
plugins {
9-
id 'com.android.application' version '8.0.2' apply false
10-
id 'com.android.library' version '8.0.2' apply false
9+
id 'com.android.application' version '8.11.0' apply false
10+
id 'com.android.library' version '8.11.0' apply false
1111
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
12-
id 'com.android.test' version '8.0.2' apply false
12+
id 'com.android.test' version '8.11.0' apply false
1313
}
1414

1515
task clean(type: Delete) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Aug 06 15:40:58 EDT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

macrobenchmark/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation 'androidx.test.ext:junit:1.1.4'
43-
implementation 'androidx.test.espresso:espresso-core:3.5.0'
44-
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
45-
implementation 'androidx.benchmark:benchmark-macro-junit4:1.1.1'
42+
implementation 'androidx.test.ext:junit:1.2.1'
43+
implementation 'androidx.test.espresso:espresso-core:3.6.1'
44+
implementation 'androidx.test.uiautomator:uiautomator:2.3.0'
45+
implementation 'androidx.benchmark:benchmark-macro-junit4:1.3.4'
4646
}
4747

4848
androidComponents {

mobile/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ android {
3535
}
3636

3737
composeOptions {
38-
kotlinCompilerExtensionVersion '1.5.3'
38+
kotlinCompilerExtensionVersion '1.5.15'
3939
}
4040
namespace 'com.afzaln.besttvlauncher'
4141
}
4242

4343
dependencies {
4444

45-
implementation 'androidx.core:core-ktx:1.8.0'
46-
implementation 'androidx.appcompat:appcompat:1.5.0'
47-
implementation 'com.google.android.material:material:1.6.1'
48-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
45+
implementation 'androidx.core:core-ktx:1.16.0'
46+
implementation 'androidx.appcompat:appcompat:1.7.1'
47+
implementation 'com.google.android.material:material:1.12.0'
48+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
4949
implementation("androidx.compose.runtime:runtime:$compose_version")
5050
testImplementation 'junit:junit:4.13.2'
51-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
52-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
51+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
52+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5353
}

tv/build.gradle

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ android {
8888
}
8989

9090
composeOptions {
91-
kotlinCompilerExtensionVersion '1.5.3'
91+
kotlinCompilerExtensionVersion '1.5.15'
9292
}
9393

9494
packagingOptions {
@@ -111,48 +111,48 @@ android {
111111
}
112112

113113
dependencies {
114-
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
114+
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")
115115

116-
implementation("androidx.core:core-ktx:1.9.0")
117-
implementation("androidx.leanback:leanback:1.0.0")
118-
implementation("com.github.bumptech.glide:glide:4.13.2")
116+
implementation("androidx.core:core-ktx:1.16.0")
117+
implementation("androidx.leanback:leanback:1.2.0")
118+
implementation("com.github.bumptech.glide:glide:4.16.0")
119119
implementation("com.afzaln:android-tvprovider:1.1.0-alpha01-1.0.1")
120-
implementation("androidx.preference:preference-ktx:1.2.0")
120+
implementation("androidx.preference:preference-ktx:1.2.1")
121121
implementation("androidx.palette:palette-ktx:1.0.0")
122122

123123
// Architecture
124-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
125-
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.5.1")
126-
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")
124+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1")
125+
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.1")
126+
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.1")
127127

128128
// Leanback
129-
implementation("androidx.leanback:leanback-preference:1.2.0-alpha02")
129+
implementation("androidx.leanback:leanback-preference:1.2.0")
130130

131131
// Compose
132-
implementation("androidx.activity:activity-compose:1.6.1")
133-
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.0-alpha03")
132+
implementation("androidx.activity:activity-compose:1.10.1")
133+
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.9.1")
134134
implementation("androidx.compose.ui:ui:$compose_version")
135135
implementation("androidx.compose.ui:ui-tooling-preview:$compose_version")
136136
implementation("androidx.compose.runtime:runtime-livedata:$compose_version")
137-
implementation("androidx.compose.material3:material3:1.1.0-alpha02")
137+
implementation("androidx.compose.material3:material3:1.3.2")
138138
implementation("androidx.compose.material:material:$compose_version")
139139
implementation("androidx.compose.foundation:foundation:$compose_version")
140-
implementation("androidx.navigation:navigation-compose:2.7.4")
141-
implementation("io.coil-kt:coil-compose:2.2.2")
142-
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
143-
implementation("androidx.tv:tv-foundation:1.0.0-alpha10")
140+
implementation("androidx.navigation:navigation-compose:2.9.1")
141+
implementation("io.coil-kt:coil-compose:2.7.0")
142+
implementation("androidx.constraintlayout:constraintlayout-compose:1.1.1")
143+
implementation("androidx.tv:tv-foundation:1.0.0-alpha12")
144144

145-
implementation("com.google.accompanist:accompanist-pager:0.27.0")
146-
implementation("com.google.accompanist:accompanist-placeholder:0.27.0")
147-
implementation "com.google.accompanist:accompanist-drawablepainter:0.27.0"
145+
implementation("com.google.accompanist:accompanist-pager:0.36.0")
146+
implementation("com.google.accompanist:accompanist-placeholder:0.36.0")
147+
implementation "com.google.accompanist:accompanist-drawablepainter:0.37.3"
148148

149149
// Debug
150-
implementation("com.squareup.logcat:logcat:0.1")
150+
implementation("com.squareup.logcat:logcat:0.2.3")
151151

152152
testImplementation 'junit:junit:4.13.2'
153153
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
154-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
155-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
154+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
155+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
156156

157157
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
158158
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

0 commit comments

Comments
 (0)