From 5d6214c5c42c36679fab91267eb5fbc78e4edc99 Mon Sep 17 00:00:00 2001 From: Fabian Christoffel Date: Mon, 19 Jun 2023 11:52:17 +0200 Subject: [PATCH] chore: downgrade Android version from 33 to 32 in order to see (among others) Bluetooth SDK sources in IDE --- .idea/misc.xml | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 8978d23..9f71c83 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,7 @@ + - + diff --git a/app/build.gradle b/app/build.gradle index 92a3e42..7ed66fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'com.example.sensortestingapp' - compileSdk 33 + compileSdk 32 defaultConfig { applicationId "com.example.sensortestingapp" minSdk 29 - targetSdk 33 + targetSdk 32 versionCode 1 versionName "1.0"