diff --git a/app/build.gradle b/app/build.gradle index 5d6f368..dd862db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation project(path: ':pena') diff --git a/pena/build.gradle b/pena/build.gradle index a7e63a8..c0a07f5 100644 --- a/pena/build.gradle +++ b/pena/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.test.ext:junit-ktx:1.2.1' testImplementation 'junit:junit:4.13.2'