From af69526dcd94353a559c1b9fd21418a5735a81d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:07:58 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.1 --- xplosion-sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplosion-sample/build.gradle b/xplosion-sample/build.gradle index 4d9a4d0..fdebe1c 100644 --- a/xplosion-sample/build.gradle +++ b/xplosion-sample/build.gradle @@ -45,7 +45,7 @@ android { dependencies { implementation project(':xplosion-library') - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'