From 64993d039e84bee2f557ddbcc1b947009645ea9c Mon Sep 17 00:00:00 2001 From: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:16:12 -0400 Subject: [PATCH] chore: update vars --- example-app/android/variables.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example-app/android/variables.gradle b/example-app/android/variables.gradle index 5946ada..c7d8794 100644 --- a/example-app/android/variables.gradle +++ b/example-app/android/variables.gradle @@ -1,7 +1,7 @@ ext { - minSdkVersion = 22 - compileSdkVersion = 33 - targetSdkVersion = 33 + minSdkVersion = 26 + compileSdkVersion = 34 + targetSdkVersion = 34 androidxActivityVersion = '1.7.0' androidxAppCompatVersion = '1.6.1' androidxCoordinatorLayoutVersion = '1.2.0'