Skip to content

Commit f07c7f0

Browse files
committed
Update deps
1 parent 2a377b5 commit f07c7f0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.triplet.gradle.androidpublisher.ReleaseStatus
22

33
plugins {
4-
id 'com.github.triplet.play' version '3.8.6'
4+
id 'com.github.triplet.play' version '3.12.1'
55
}
66

77
apply plugin: 'com.android.application'
@@ -99,8 +99,8 @@ play {
9999
}
100100

101101
dependencies {
102-
implementation 'androidx.leanback:leanback:1.2.0-alpha04'
103-
implementation 'com.google.android.material:material:1.11.0'
102+
implementation 'androidx.leanback:leanback:1.2.0'
103+
implementation 'com.google.android.material:material:1.12.0'
104104

105105
implementation project(':aria2lib')
106106
implementation(project(':CommonUtils')) {

aria2lib

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.google.gms:google-services:4.4.1'
9-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
108
classpath 'com.android.tools.build:gradle:8.11.1'
9+
classpath 'com.google.gms:google-services:4.4.3'
10+
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.4'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)