Skip to content

Commit

Permalink
Upgrade versions of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
caikelun committed Dec 2, 2022
1 parent 9aff6fe commit 1805435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
minSdkVersion = 16
compileSdkVersion = 33
targetSdkVersion = 33
buildToolsVersion = "33.0.0"
buildToolsVersion = "33.0.1"
javaVersion = JavaVersion.VERSION_1_7
ndkVersion = "23.2.8568313"
cmakeVersion = "3.22.1"
Expand Down
4 changes: 2 additions & 2 deletions xdl_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

if (rootProject.ext.dependencyOnLocalLibrary) {
Expand Down

0 comments on commit 1805435

Please sign in to comment.