diff --git a/log4j-samples-android/app/build.gradle b/log4j-samples-android/app/build.gradle index a5c148e..ba0f53d 100644 --- a/log4j-samples-android/app/build.gradle +++ b/log4j-samples-android/app/build.gradle @@ -15,7 +15,7 @@ * limitations under the License. */ plugins { - id 'com.android.application' version '8.12.0' + id 'com.android.application' version '8.13.0' } android { @@ -52,7 +52,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' testImplementation 'junit:junit:4.13.2'