Skip to content

Commit ef67c01

Browse files
committed
Update target sdk and libs
1 parent 711c399 commit ef67c01

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CommonUtils

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ apply plugin: 'com.android.application'
66

77
def isCi = System.getenv("CI") == "true"
88
android {
9-
compileSdkVersion 32
9+
compileSdkVersion 33
1010
buildToolsVersion "33.0.0"
1111

1212
defaultConfig {
1313
applicationId "com.gianlu.aria2app"
1414
minSdkVersion 21
15-
targetSdkVersion 32
15+
targetSdkVersion 33
1616
versionCode 224
1717
versionName "5.9.12"
1818
}
@@ -108,7 +108,7 @@ dependencies {
108108
implementation 'androidx.documentfile:documentfile:1.0.1'
109109
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
110110

111-
implementation 'com.google.android.material:material:1.8.0'
111+
implementation 'com.google.android.material:material:1.9.0'
112112
}
113113

114114
apply plugin: 'com.google.gms.google-services'

aria2lib

build.gradle

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

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.2.1'
9-
classpath 'com.google.gms:google-services:4.3.10'
10-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
8+
classpath 'com.android.tools.build:gradle:7.2.2'
9+
classpath 'com.google.gms:google-services:4.3.15'
10+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)