From 0b3c5fd1ba905c4661faa4a8f5a17f849f610e94 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Mon, 21 Mar 2022 21:06:58 -0400 Subject: [PATCH] Update build.gradle --- software/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/android/app/build.gradle b/software/android/app/build.gradle index fd2d469..d304749 100644 --- a/software/android/app/build.gradle +++ b/software/android/app/build.gradle @@ -4,12 +4,12 @@ plugins { } android { - compileSdk 31 + compileSdk 32 defaultConfig { applicationId "com.rookiedev.hexapod" minSdk 30 - targetSdk 31 + targetSdk 32 versionCode 3 versionName "1.2"