diff --git a/android-template/variables.gradle b/android-template/variables.gradle index 71b7ea3c6..c2a029793 100644 --- a/android-template/variables.gradle +++ b/android-template/variables.gradle @@ -2,7 +2,7 @@ ext { minSdkVersion = 22 compileSdkVersion = 34 targetSdkVersion = 34 - androidxActivityVersion = '1.7.2' + androidxActivityVersion = '1.8.0' androidxAppCompatVersion = '1.6.1' androidxCoordinatorLayoutVersion = '1.2.0' androidxCoreVersion = '1.10.1'