@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdk 34
5+ buildToolsVersion " 34.0.0"
56 buildFeatures {
67 buildConfig true
78 }
@@ -73,21 +74,21 @@ android {
7374
7475dependencies {
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