chore: downgrade Android version from 33 to 32 in order to see (among others) Bluetooth SDK sources in IDE

This commit is contained in:
Fabian Christoffel
2023-06-19 11:52:17 +02:00
parent e6850d78d8
commit 5d6214c5c4
2 changed files with 4 additions and 3 deletions

View File

@@ -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"