Skip to content

Commit b8e9629

Browse files
author
Chenhe
committed
upgrade AGP and dependencies
1 parent 795658a commit b8e9629

File tree

4 files changed

+212
-106
lines changed

4 files changed

+212
-106
lines changed

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ logger.lifecycle("App Version: $vName ($vCode)")
77

88
android {
99
compileSdkVersion 30
10-
buildToolsVersion '29.0.3'
1110
defaultConfig {
1211
applicationId "cc.chenhe.qqnotifyevo"
1312
minSdkVersion 26
@@ -53,14 +52,14 @@ dependencies {
5352

5453
implementation fileTree(include: ['*.jar'], dir: 'libs')
5554

56-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
55+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
5756
implementation "androidx.preference:preference-ktx:1.1.1"
58-
implementation "androidx.core:core-ktx:1.3.2"
57+
implementation "androidx.core:core-ktx:1.6.0"
5958
implementation 'com.oasisfeng.nevo:sdk:2.0.0-rc01'
60-
implementation "com.jakewharton.timber:timber:4.7.1"
59+
implementation "com.jakewharton.timber:timber:5.0.0"
6160

6261
testImplementation 'junit:junit:4.13.2'
63-
testImplementation 'org.amshove.kluent:kluent-android:1.65'
62+
testImplementation 'org.amshove.kluent:kluent-android:1.68'
6463
}
6564

6665

0 commit comments

Comments
 (0)