Skip to content

Commit 5e4aa6b

Browse files
authored
Merge pull request #43 from v2er-app/dependabot/gradle/androidx-47a5871663
Bump the androidx group with 6 updates
2 parents 4d7dddf + fb4f7a5 commit 5e4aa6b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

app/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdk 34
5+
buildToolsVersion "34.0.0"
56
buildFeatures {
67
buildConfig true
78
}
@@ -73,21 +74,21 @@ android {
7374

7475
dependencies {
7576
implementation fileTree(include: ['*.jar'], dir: 'libs')
76-
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
77+
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
7778
exclude group: 'com.android.support', module: 'support-annotations'
7879
exclude group: 'com.google.code.findbugs'
7980
})
8081
testImplementation 'junit:junit:4.13.2'
8182

82-
implementation 'androidx.appcompat:appcompat:1.3.0'
83+
implementation 'androidx.appcompat:appcompat:1.5.1'
8384
implementation 'com.google.android.material:material:1.3.0'
84-
implementation 'androidx.recyclerview:recyclerview:1.2.0'
85+
implementation 'androidx.recyclerview:recyclerview:1.3.0'
8586
implementation 'androidx.cardview:cardview:1.0.0'
86-
implementation 'androidx.browser:browser:1.3.0'
87+
implementation 'androidx.browser:browser:1.5.0'
8788
implementation 'androidx.palette:palette:1.0.0'
88-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
89+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
8990
implementation 'com.google.android.flexbox:flexbox:3.0.0'
90-
implementation "androidx.annotation:annotation:1.2.0"
91+
implementation "androidx.annotation:annotation:1.5.0"
9192
// JSR305 annotations for javax.annotation
9293
implementation 'com.google.code.findbugs:jsr305:3.0.2'
9394
// 3rd part Dependencies...

0 commit comments

Comments
 (0)