diff --git a/app/build.gradle b/app/build.gradle index c18eed6a..917dcc07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,6 +2,7 @@ apply plugin: 'com.android.application' android { compileSdk 34 + buildToolsVersion "34.0.0" buildFeatures { buildConfig true } @@ -73,21 +74,21 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', { + androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', { exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.google.code.findbugs' }) testImplementation 'junit:junit:4.13.2' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.3.0' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.browser:browser:1.3.0' + implementation 'androidx.browser:browser:1.5.0' implementation 'androidx.palette:palette:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.flexbox:flexbox:3.0.0' - implementation "androidx.annotation:annotation:1.2.0" + implementation "androidx.annotation:annotation:1.5.0" // JSR305 annotations for javax.annotation implementation 'com.google.code.findbugs:jsr305:3.0.2' // 3rd part Dependencies...